2 solutions

  • 1
    @ 2025-8-19 15:02:40
    //我是才奶龙
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	long long a, b;
    	cin >> a >> b;
    	cout << a + b;
    	return 0;
    }
    

    Information

    ID
    11908
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    81
    Accepted
    45
    Uploaded By