Problem cht
User asbx
Submission Time 2023-12-27 10:21:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cht.cpp: In function ‘int main()’:
cht.cpp:48:20: error: expected ‘;’ before ‘return’
48 | cout<<z[n-1]<<"\n"
| ^
| ;
49 | return 0;
| ~~~~~~