Problem medianstring
User GWC2724
Submission Time 2023-11-17 14:46:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:10:13: error: expected ‘)’ before ‘;’ token
10 | sort(a,a+N;
| ~ ^
| )