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