23 条题解

  • -5
    @ 2023-7-8 11:58:56
    > #include <iostream>
    #include <cstdio>
    #include <cmath>
    using namespace std;
    int main()
    {
        cout<<"hello world";
      
        return 0;
    }
    

    (代码都挂题目上了还有人没过?

    1

    2

    3

    4

    5
    6

    大大大 嘻嘻嘻



    | col1 | col2 | col3 | | 1 | 2 | 3 | | 1 | 1 | 1 | | 2 | 2 | 2😕 |


    (jiouceyixia)

    • @ 2023-7-20 19:47:58

      #include <cstdio> #include <cmath> 什么意思?多余了吧?

    • @ 2023-10-20 20:02:18

      也是头文件@

  • -5
    @ 2023-6-3 16:30:10
    #include<iostream>
    using namespace std;
    int main()
    {
        cout<<"hello world";
        return 0;
    }
    
    • -5
      @ 2023-5-22 23:40:52
      #include<iostream>
      using namespace std;
      int main()
      {
          cout<<"hello world";
          return 0;
      }
      

      信息

      ID
      64
      时间
      1000ms
      内存
      256MiB
      难度
      7
      标签
      (无)
      递交数
      12694
      已通过
      2943
      上传者