Problem | addition |
---|---|
User | Khai |
Submission Time | 2024-06-18 10:21:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:10:12: error: expected unqualified-id before ‘int’
10 | int a, int b;
| ^~~
addition.cpp:11:20: error: ‘b’ was not declared in this scope
11 | std::cin >> a, b;
| ^