39 条题解

  • 0
    @ 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
    标签
    递交数
    4997
    已通过
    1410
    上传者