9 条题解

  • 0
    @ 2025-3-15 14:44:34

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

    信息

    ID
    1
    时间
    1000ms
    内存
    64MiB
    难度
    4
    标签
    递交数
    269
    已通过
    124
    上传者