4 条题解

  • 0
    @ 2025-10-25 10:29:39

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

    信息

    ID
    596
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    (无)
    递交数
    184
    已通过
    107
    上传者