2 solutions

  • 1
    @ 2024-8-28 22:00:03
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
        cout << "hello world" << endl;
        return 0;
    }
    
    • 0
      @ 2024-9-21 19:56:37

      注意测评的文字要和样例完全一致,不能多标点符号,也不能大写,建议复制

      #include<stdio.h>
      
      int main(void)
      {
          printf("hello world");
      
          return 0;
      }
      
      • 1

      Information

      ID
      1
      Time
      1000ms
      Memory
      32MiB
      Difficulty
      1
      Tags
      # Submissions
      157
      Accepted
      61
      Uploaded By