Problem platonic10
User GlitchPlungerCat
Submission Time 2026-02-09 16:19:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic10.cpp: In function ‘int main()’:
platonic10.cpp:9:30: error: expected ‘}’ at end of input
9 | std::cout<<"Yes"<<std::endl;
| ^
platonic10.cpp:8:8: note: to match this ‘{’
8 | } else{
| ^
platonic10.cpp:9:30: error: expected ‘}’ at end of input
9 | std::cout<<"Yes"<<std::endl;
| ^
platonic10.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^