| Problem | addition |
|---|---|
| User | Omsrc |
| Submission Time | 2026-06-30 11:27:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:10: error: expected primary-expression before ‘int’
5 | cin >> int a;
| ^~~
addition.cpp:6:9: error: expected primary-expression before ‘int’
6 | cin >> int b;
| ^~~
addition.cpp:7:10: error: ‘a’ was not declared in this scope
7 | cout << a + b;
| ^
addition.cpp:7:14: error: ‘b’ was not declared in this scope
7 | cout << a + b;
| ^