| Problem | addition |
|---|---|
| User | SubtleNotice |
| Submission Time | 2026-05-08 14:32:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin>>a>>b;
| ^~~
addition.cpp:5:15: error: expected ‘;’ before ‘}’ token
5 | return a+b
| ^
| ;
6 | }
| ~