3 条题解

  • 0
    @ 2026-1-20 20:26:38

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

    信息

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