156 条题解

  • 0
    @ 2024-12-21 16:27:52

    ~~#include #include

    using namespace std;

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

    信息

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