3 条题解

  • -4
    @ 2025-8-4 9:28:37

    水题......

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

    信息

    ID
    1048
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    (无)
    递交数
    19
    已通过
    11
    上传者