6 solutions

  • 2
    @ 2024-7-17 18:57:58
    #include<bits/stdc++.h>
    #define ll long long
    
    using namespace std;
    
    int main(){
    	cout << "H";
    	cout << "e";
    	cout << "l";
    	cout << "l";
    	cout << "o";
    	cout << ",";
    	cout << "W";
    	cout << "o";
    	cout << "r";
    	cout << "l";
    	cout << "d";
    	cout << "!";
    	return 0;
    } 
    
    • 1
      @ 2024-7-17 18:55:23
      /*#include<bits/stdc++.h>
      using namespace std;
      int n,x[100005]={0},k,ans=0;
      int check(int p){
      	for(int i=2;i*i<=p;i++)if(p%i==0)return 0;
      	return 1;
      }
      void zs(int c,int w,int sum){
      	if(w==k+1){
      		if(check(sum))ans++;
      		return ;
      	}
      	for(int i=c+1;i<=n;i++)zs(i,w+1,sum+x[i]);
      }
      int main(){
      	cin>>n>>k;
      	for(int i=1;i<=n;i++)cin>>x[i];
      	zs(0,1,0);
      	cout<<ans;
      }*/
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
      	cout<<"Hello,World!";
      }
      
      • 0
        @ 2024-7-15 19:49:14
        #include <bits/stdc++.h>
        using namespace std;
        int main(){
        	cout<<"Hello,World!";
        }
        
        • 0
          @ 2024-1-27 19:35:04
          #include<iostream>
          using namespace std;
          int main(){
          	cout<<"Hello,World!";
          }
          
          • 0
            @ 2023-10-14 16:08:11
            #include <iostream>
            using namespace std;
            
            int main(){
            //	long long a,b;
            //	cin>>a>>b;
            	cout<<"Hello,World!";
            	return 0;
            }
            
            • -3
              @ 2023-10-25 14:32:26

              那么简单的题都看题解,你小可爱啊?

              • @ 2024-1-27 19:34:55

                不日,我是来发题解的,你**才看题解

            • 1

            Information

            ID
            6792
            Time
            1000ms
            Memory
            128MiB
            Difficulty
            1
            Tags
            # Submissions
            73
            Accepted
            36
            Uploaded By