0_0_38761463_20386.cpp:37:33: error: stray '\22' in program
37 | cout<<""<U+0012>1";
| ^~~~~~~~
0_0_38761463_20386.cpp:37:35: error: missing terminating " character
37 | cout<<""1";
| ^~
0_0_38761463_20386.cpp:43:25: error: stray '\22' in program
43 | cout<<""<U+0012>1";
| ^~~~~~~~
0_0_38761463_20386.cpp:43:27: error: missing terminating " character
43 | cout<<""1";
| ^~
0_0_38761463_20386.cpp: In function 'void solve()':
0_0_38761463_20386.cpp:37:33: error: expected ';' before numeric constant
37 | cout<<""1";
| ^~
| ;
0_0_38761463_20386.cpp:43:25: error: expected ';' before numeric constant
43 | cout<<""1";
| ^~
| ;
|