Problem medianstring
User AltheaZ
Submission Time 2023-08-01 11:45:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:8:2: error: ‘med’ was not declared in this scope
8 | med=(n-1)/2
| ^~~
medianstring.cpp:9:15: error: ‘i’ was not declared in this scope
9 | for (int i=0;i<n;i++){
| ^