4 solutions

  • 1
    @ 2024-7-12 8:15:04

    水题

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

    Information

    ID
    595
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    4
    Tags
    (None)
    # Submissions
    23
    Accepted
    17
    Uploaded By