Problem simp
User sussygoose
Submission Time 2024-12-09 22:05:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:17:17: error: ‘YES’ was not declared in this scope
17 | cout << YES;
| ^~~
simp.cpp:19:17: error: ‘NO’ was not declared in this scope; did you mean ‘N’?
19 | cout << NO;
| ^~
| N