4 条题解

  • 3
    @ 2025-8-27 20:19:45
    #include <bits/stdc++.h>
    using namespace std;
    int a, b;
    int main(void) {
        cin >> a >> b;
        cout << a + b;
        return 0;
    }
    

    某人在5202年写的a+b Problem

    • 3
      @ 2025-8-27 18:59:21

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

      • 1
        @ 2025-8-29 8:23:25

        发个题解玩玩 :)

        • -3
          @ 2025-8-28 19:12:49

          ERROR:-404 NOT FIND-

          • 1

          信息

          ID
          19
          时间
          1000ms
          内存
          256MiB
          难度
          1
          标签
          递交数
          23
          已通过
          18
          上传者