Problem medianstring
User ATHY
Submission Time 2024-06-20 16:14:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:13:29: error: expected ‘;’ before ‘}’ token
13 | cout << v[(v.size()/2)+0.5]
| ^
| ;
14 | }
| ~