119 条题解

  • -1
    @ 2022-4-11 7:50:21
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
      int a,b;
      cin>>a>>b;
      cout<<a+b;
      return 0;
    }
    

    信息

    ID
    56
    时间
    1000ms
    内存
    1024MiB
    难度
    1
    标签
    递交数
    7279
    已通过
    3202
    上传者