3 条题解

  • 0
    @ 2026-7-13 16:17:40

    include <iostream> using namespace std;

    int main() { int x, y; // 读取两个整数 cin >> x >> y; // 输出它们的和 cout << x + y << endl; return 0;

    }

    • 0
      @ 2025-11-5 16:48:45

      是人我吃

      • 0
        @ 2025-9-30 13:12:00

        #include <bits/stdc++.h> using namespace std; int a,b; int main() { cin>>a>>b; cout<<a+b; }

        • 1

        信息

        ID
        188
        时间
        1000ms
        内存
        256MiB
        难度
        10
        标签
        (无)
        递交数
        45
        已通过
        0
        上传者