Problem | addition |
---|---|
User | ForgottenDragon |
Submission Time | 2025-03-29 16:24:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:13: error: expected ‘;’ before ‘return’
7 | cout << a+b
| ^
| ;
8 | return 0;
| ~~~~~~