Problem | addition |
---|---|
User | StarSparrowFox |
Submission Time | 2024-01-22 17:57:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:13: error: expected ‘;’ before ‘return’
8 | cout << sum
| ^
| ;
9 | return 0;
| ~~~~~~