42 条题解

  • 1
    @ 2026-3-22 17:42:07
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
      int a,b,s;
      cin>>a>>b;
      s=a+b;
      cout<<s;
      return 0;
    }
    

    信息

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