1 solutions

  • 2
    @ 2025-7-11 10:25:26
    //我是奶龙
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	long long a, b;
    	cin >> a >> b;
    	cout << a + b;
    	return 0;
    }
    
    • 1

    Information

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