Problem eeducation
User newplayer
Submission Time 2024-02-11 18:55:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:25:29: error: expected ‘;’ before ‘count’
25 | printer[count]=lookout[j]
| ^
| ;
26 | count+=1;
| ~~~~~