| Problem | addition |
|---|---|
| User | luminar13s |
| Submission Time | 2026-05-18 11:48:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> a >> b;
| ^~~
addition.cpp:7:12: error: ‘b’ was not declared in this scope
7 | cout << a+b << '\n'
| ^