2 条题解

  • 2
    @ 2025-11-24 17:59:52
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        cout<<a+b;
        return 0;
    }
    
    • 0
      @ 2026-1-3 17:28:43

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

      • 1

      信息

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