| Problem | medianstring |
|---|---|
| User | tinyqwertyIII |
| Submission Time | 2026-03-27 15:19:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
medianstring.cpp: In function ‘int main()’:
medianstring.cpp:12:18: error: expected ‘;’ before ‘}’ token
12 | cout << K[n/2-1]
| ^
| ;
13 | }
| ~