| Problem | addition |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-22 15:20:20 |
| 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: ‘firstno’ was not declared in this scope
6 | firstno , secondno;
| ^~~~~~~
addition.cpp:6:12: error: ‘secondno’ was not declared in this scope; did you mean ‘useconds_t’?
6 | firstno , secondno;
| ^~~~~~~~
| useconds_t
addition.cpp:13:2: error: ‘total’ was not declared in this scope
13 | total = firstno + secondno;
| ^~~~~