Problem goodprogrammer
User andthatsallshewrote
Submission Time 2023-11-15 11:00:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:12:34: error: expected ‘;’ before ‘}’ token
12 | cout << "wabbit wabbit wabbit "
| ^
| ;
13 | }
| ~