1 条题解

  • 1
    @ 2025-6-7 16:04:16

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

    • 1

    信息

    ID
    2
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    13
    已通过
    10
    上传者