Problem ihate1111
User hygyatthis
Submission Time 2026-03-28 22:15:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | cout << "YES"
| ^
| ;
16 | }
| ~
ihate1111.cpp:18:5: error: ‘else’ without a previous ‘if’
18 | else {
| ^~~~
ihate1111.cpp:19:21: error: expected ‘;’ before ‘}’ token
19 | cout << "NO"
| ^
| ;
20 | }
| ~