Problem medianstring
User Bulbasheen
Submission Time 2024-02-05 13:39:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:14:26: error: expected ‘;’ before ‘}’ token
14 | cout << list[(N-1)/2]
| ^
| ;
15 | }
| ~