6 条题解

  • 3
    @ 2023-4-12 19:32:15

    image

    • 2
      @ 2023-7-1 8:34:49
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
      	cout<<"Hello,World!";
      	
      	return 0;
      } 
      
      • 2
        @ 2023-6-10 11:37:57

        image

        • -1
          @ 2024-10-19 9:21:10
          
          ```#include<bits/stdc++.h>
          using namespace std;
          int main(){
            int n,m,maxn=0;
            cin>>n; 
            for(int i=0;i<n;i++){
            	cin>>m;
            	maxn=max(maxn,m);
            }
            cout<<maxn;
          	return 0; 
          }
          • -1
            @ 2024-5-12 12:56:42

            #include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!";

            return 0;
            

            }

            • -1
              @ 2023-5-28 16:43:10

              print("Hello,World!")

              • 1

              信息

              ID
              542
              时间
              1000ms
              内存
              256MiB
              难度
              6
              标签
              递交数
              204
              已通过
              56
              上传者