0_0_39514777_27415.cpp:61:23: error: stray '\22' in program
61 | cout << ""<U+0012>1" << endl;
| ^~~~~~~~
0_0_39514777_27415.cpp:61:25: error: missing terminating " character
61 | cout << ""1" << endl;
| ^~~~~~~~~~
0_0_39514777_27415.cpp: In function 'int main()':
0_0_39514777_27415.cpp:61:23: error: expected ';' before numeric constant
61 | cout << ""1" << endl;
| ^~
| ;
|