0_0_38770557_23247.cpp:83:45: error: stray '\' in program
83 | if (max_fate == -1) cout << \n";
| ^
0_0_38770557_23247.cpp:83:47: error: missing terminating " character
83 | if (max_fate == -1) cout << \n";
| ^~
0_0_38770557_23247.cpp: In function 'int main()':
0_0_38770557_23247.cpp:83:46: error: 'n' was not declared in this scope
83 | if (max_fate == -1) cout << \n";
| ^
|