8 条题解

  • 1
    @ 2023-11-11 18:43:27

    #include <iostream> using namespace std; int main() { long long int a,b; cin >> a >> b; cout << a+b; return 0; }

    信息

    ID
    1
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    递交数
    1045
    已通过
    160
    上传者