Problem medianstring
User Ant1234567890
Submission Time 2025-06-13 14:46:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:15:21: error: expected ‘;’ before ‘)’ token
15 | cout<<A.at((n+1)/2));
| ^
| ;