2 条题解

  • 1
    @ 2025-10-18 21:26:38

    首先,没什么好说的,因为KK牢尸把小破站修好了,直接上代码!!!

    #include <iostream>
    using namespace std;
    int main(){
        cout<<6<<" "<<4;
        return 0;
    }
    
    
    • -1
      @ 2025-10-17 19:34:06

      #include

      /* run this program using the console pauser or add your own getch, system("pause") or input loop / using namespace std; int main(int argc, char* argv) { int a=2,b=4,c=0,d=10,e=0; c=d-a-b; e=a+b; cout<<e<<" "<<c; return 0; }

      • 1

      信息

      ID
      482
      时间
      1000ms
      内存
      256MiB
      难度
      9
      标签
      (无)
      递交数
      39
      已通过
      4
      上传者