Problem | ihate1111 |
---|---|
User | ybc |
Submission Time | 2023-11-10 14:13:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ihate1111.cpp:11:21: error: stray ‘\’ in program
11 | cout << "YES" << \n;
| ^
ihate1111.cpp:14:20: error: stray ‘\’ in program
14 | cout << "NO" << \n;
| ^
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:11:22: error: ‘n’ was not declared in this scope
11 | cout << "YES" << \n;
| ^
ihate1111.cpp:14:21: error: ‘n’ was not declared in this scope
14 | cout << "NO" << \n;
| ^