4 solutions

  • 2
    @ 2024-7-11 17:10:23

    一道题

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

    Information

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