Problem medianstring
User aj
Submission Time 2025-01-17 20:37:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:18:19: error: ‘mid’ was not declared in this scope
18 | cout<<numbers[mid];
| ^~~
medianstring.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
medianstring.cpp:9:1: note: to match this ‘{’
9 | {
| ^