Problem | eeducation |
---|---|
User | newplayer |
Submission Time | 2024-02-11 18:55:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:25:29: error: expected ‘;’ before ‘count’
25 | printer[count]=lookout[j]
| ^
| ;
26 | count+=1;
| ~~~~~