2 条题解

  • 2
    @ 2026-5-21 21:04:54

    #include <bits/stdc++.h>

    using namespace std;

    int main(){

    int a,b; 
    cin>>a>>b; 
    cout<<a+b; 
    return 0;
    

    }

    • 0
      @ 2026-5-17 16:44:27

      #include

      using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0;
      }

      • 1

      信息

      ID
      29650
      时间
      1000ms
      内存
      256MiB
      难度
      5
      标签
      递交数
      372
      已通过
      156
      上传者