| Problem | addition |
|---|---|
| User | Chetansai |
| Submission Time | 2026-06-26 16:39:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:11: error: expected ‘,’ or ‘;’ before ‘int’
6 | int a = 5 int b = 6;
| ^~~
addition.cpp:7:9: error: ‘result’ was not declared in this scope
7 | cout<< result a + b
| ^~~~~~