2 条题解

  • 1
    @ 2025-2-22 11:42:53
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<1<<endl<<2<<endl<<3<<endl<<4<<endl<<5<<endl;
    	return 0;
    }
    
    • 0

      #include<bits/stdc++.h> using namespace std; int main() { //大神,欢迎您在这里撸码~~ cout << 1 << endl; cout << 2 << endl; cout << 3 << endl; cout << 4 << endl; cout << 5 << endl; return 0; }

      • 1

      信息

      ID
      60
      时间
      1000ms
      内存
      64MiB
      难度
      5
      标签
      递交数
      17
      已通过
      15
      上传者