| Problem | addition |
|---|---|
| User | luminar13s |
| Submission Time | 2026-04-28 09:58:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin>>a>>b;
| ^~~
addition.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout>>sum;
| ^~~~
addition.cpp:7:10: error: expected ‘;’ at end of input
7 | return 0
| ~^
| ;
addition.cpp:7:9: error: expected ‘}’ at end of input
7 | return 0
| ^
addition.cpp:1:12: note: to match this ‘{’
1 | int main() {
| ^