| Problem | addition |
|---|---|
| User | lohjo02 |
| Submission Time | 2026-07-07 10:25:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:9: error: ‘a’ was not declared in this scope
9 | cin >> a >> b;
| ^
addition.cpp:9:14: error: ‘b’ was not declared in this scope
9 | cin >> a >> b;
| ^
addition.cpp:10:10: error: ‘solve’ was not declared in this scope
10 | cout << solve((int)a,(int)b);
| ^~~~~