3 条题解

  • 0
    @ 2025-7-5 22:06:35
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        cout<<2+4<<" "<<10-(2+4);
    	return 0;
    }
    
    • 0
      @ 2025-7-4 16:39:56
      using namespace std;
      int main()
      {
         cout<<"6 4" ;
      	return 0;
      	//我恨法海!!!
      }
      
      
      
      
      • 0
        @ 2025-7-4 16:39:39

        `#include<bits/stdc++.h> using namespace std; int main() { cout<<"6 4" ; return 0; //我恨法海!!! }

        `

        • 1

        信息

        ID
        644
        时间
        1000ms
        内存
        256MiB
        难度
        6
        标签
        (无)
        递交数
        37
        已通过
        13
        上传者