0_0_39386237_26830.cpp:51:16: error: missing terminating " character
51 | printf("%d
| ^~~
0_0_39386237_26830.cpp:52:1: error: missing terminating " character
52 | ", maxlen);
| ^~~~~~~~~~~
0_0_39386237_26830.cpp: In function 'int main()':
0_0_39386237_26830.cpp:53:12: error: expected ')' before ';' token
53 | t--;
| ^
| )
0_0_39386237_26830.cpp:51:15: note: to match this '('
51 | printf("%d
| ^
|