5 条题解

  • 2
    @ 2025-8-27 18:52:12

    #include<bits/stdc++.h> using namespace std; int main() { printf("Hello"); return 0; }

    • 1
      @ 2025-8-29 8:21:20

      发个题解玩玩 :)

      • 1
        @ 2025-8-27 21:35:58
        #include <bits/stdc++.h>
        using namespace std;
        int main(void) {
        	cout << "Hello";
        	return 0;
        }
        

        注意大小写

        • 0
          @ 2025-10-7 8:50:02

          #include<bits/stdc++.h> using namespace std;

          int main(){ cout<<"Hello"; return 0; }

          • -1
            @ 2025-8-28 18:37:56

            ERROR:-404 NOT FIND-

            • 1

            信息

            ID
            11
            时间
            1000ms
            内存
            256MiB
            难度
            1
            标签
            递交数
            27
            已通过
            24
            上传者