2 solutions

  • 0
    @ 2025-8-19 15:04:07

    //我是奶龙 #include <bits/stdc++.h> using namespace std;

    int main() { long long a, b; cin >> a >> b; cout << a + b; return 0; }

    Information

    ID
    5929
    Time
    1000ms
    Memory
    125MiB
    Difficulty
    3
    Tags
    # Submissions
    2
    Accepted
    2
    Uploaded By