Problem | addition |
---|---|
User | mathemactics |
Submission Time | 2023-11-08 09:57:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:21: error: expected ‘;’ before ‘return’
6 | cout << a+b << "\n"
| ^
| ;
7 | return 0
| ~~~~~~