Problem smurf
User iwantchickenuggets
Submission Time 2024-07-19 15:28:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:18:19: error: expected primary-expression at end of input
18 | for (int i = 0;
| ^
smurf.cpp:18:20: error: expected ‘;’ at end of input
18 | for (int i = 0;
| ~^
| ;
smurf.cpp:18:19: error: expected primary-expression at end of input
18 | for (int i = 0;
| ^
smurf.cpp:18:20: error: expected ‘)’ at end of input
18 | for (int i = 0;
| ~ ~^
| )
smurf.cpp:18:19: error: expected statement at end of input
18 | for (int i = 0;
| ^
smurf.cpp:18:19: error: expected ‘}’ at end of input
smurf.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^