115 条题解

  • -1
    @ 2023-3-19 15:21:32
    #include <bits/stdc++.h>
    #define int long long
    using namespace std;
    signed main() {
        ios::sync_with_stdio(false);
        cin.tie(nullptr);
        int a, b; cin >> a >> b;
        cout << a + b << '\n';
        return 0;
    }
    

    信息

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