7 条题解

  • 1
    @ 2024-12-28 11:56:01

    #include<bits/stdc++.h> using namespace std; int main(){ cout<<"hello world"; }

    • 1
      @ 2024-10-21 13:02:24

      萬惡之源

      #include<iostream>
      using namespace std;
      
      int main(){
          cout<<"hello world";
      }
      
      • 1
        @ 2024-9-15 11:55:37
        #include <iostream>
        using namespace std;
        int main(){
        	cout<<"hello world";
        }
        
        • 1
          @ 2023-11-11 18:53:15

          应该没人写错

          #include<iostream>

          using namespace std; int main(){ cout<<"hello world"<<endl; }

          • -1
            @ 2024-11-26 21:31:41

            fhafhfshfhfhzjh~~~~~~~~~~~~

            • -1
              @ 2024-11-26 21:31:23

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

              • -1
                @ 2024-7-20 15:27:11

                #include<bits/stdc++.h> using namespace std; int main() { cout << "hello world"; }

                • 1

                信息

                ID
                2
                时间
                1000ms
                内存
                32MiB
                难度
                6
                标签
                递交数
                602
                已通过
                182
                上传者