Problem medianstring
User haroldpyh
Submission Time 2026-03-04 13:58:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:12:7: error: ‘a’ was not declared in this scope
12 | sort(a + 1, a + n + 1);
| ^