| Problem | addition |
|---|---|
| User | grx |
| Submission Time | 2024-06-24 14:10:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:10: error: ‘a’ was not declared in this scope
6 | cout<<1+a;
| ^
addition.cpp:8:10: error: expected ‘;’ before ‘}’ token
8 | return 0
| ^
| ;
9 |
10 | }
| ~