Problem | addition |
---|---|
User | EnzoTan |
Submission Time | 2023-07-20 16:44:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: expected primary-expression before ‘int’
5 | cin >> int a; cin >> int b;
| ^~~
addition.cpp:5:23: error: expected primary-expression before ‘int’
5 | cin >> int a; cin >> int b;
| ^~~
addition.cpp:6:13: error: ‘a’ was not declared in this scope
6 | cout << a+b;
| ^
addition.cpp:6:15: error: ‘b’ was not declared in this scope
6 | cout << a+b;
| ^