0_0_39519780_4041.cpp: In function 'int main()':
0_0_39519780_4041.cpp:65:33: error: expected '}' before 'else'
65 | else cout << "YES\n";
| ^~~~
0_0_39519780_4041.cpp:60:25: note: to match this '{'
60 | {
| ^
0_0_39519780_4041.cpp:67:25: error: 'else' without a previous 'if'
67 | else cout << "YES\n";
| ^~~~
0_0_39519780_4041.cpp: At global scope:
0_0_39519780_4041.cpp:69:9: error: expected declaration before '}' token
69 | }
| ^
|