144 条题解

  • 1
    @ 2024-10-10 20:24:54
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        long long a,b;
        cin >> a >> b;
        cout << a+b;
        return 0;
    }

    信息

    ID
    56
    时间
    1000ms
    内存
    1024MiB
    难度
    1
    标签
    递交数
    8997
    已通过
    4002
    上传者