Problem medianstring
User Tqin
Submission Time 2024-02-12 17:27:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:16:10: error: expected ‘;’ before ‘{’ token
16 | cout<<L{N/2];
| ^
| ;
medianstring.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
medianstring.cpp:6:7: note: to match this ‘{’
6 | main(){
| ^