12 条题解

  • -2
    @ 2023-3-9 17:29:39

    #include <iostream> using namespace std;

    int main() { int a,b; cin >> a >> b; cout << a+b; return 0; }

    信息

    ID
    1
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    873
    已通过
    304
    上传者