40 条题解

  • -1
    @ 2026-3-16 21:13:55

    #include <bits/stdc++.h> using namespace std;

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

    信息

    ID
    1
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    5032
    已通过
    1428
    上传者