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

Compile Error

platonic10.cpp: In function ‘int main()’:
platonic10.cpp:5:7: error: expected ‘)’ before ‘!’ token
5 | if (a!<5){
| ~ ^
| )
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(){
| ^