0_0_37258848_8476.cpp:8:1: error: missing terminating " character
printf("YES\n);}
^
0_0_37258848_8476.cpp: In function 'int main()':
0_0_37258848_8476.cpp:9:1: error: expected primary-expression before 'else'
else{printf("NO\n");
^
0_0_37258848_8476.cpp:12:1: error: expected '}' at end of input
}
^
|