Problem medianstring
User JhoCyber
Submission Time 2025-02-03 16:52:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int32_t main()’:
medianstring.cpp:12:9: error: expected ‘;’ before ‘cout’
12 | n=n/2+1
| ^
| ;
13 | cout << a[n];
| ~~~~