Problem numbergame
User yanganyi
Submission Time 2023-09-11 13:51:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

numbergame.cpp: In function ‘int32_t main()’:
numbergame.cpp:27:23: error: expected ‘;’ before ‘cout’
27 | if (ind==-1) ind=0
| ^
| ;
28 | cout<<c[ind];
| ~~~~