115 条题解

  • 0
    @ 2024-1-13 10:27:45

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

    return 0;
    

    } 这都不会就过分了啊 👍

    信息

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