| Problem | platonic10 |
|---|---|
| User | popperoni |
| Submission Time | 2025-12-02 19:08:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic10.cpp: In function ‘int main()’:
platonic10.cpp:76:2: error: expected ‘;’ before ‘if’
76 | if(n>=5)cout<<"yes";
| ^~
platonic10.cpp:77:2: error: ‘else’ without a previous ‘if’
77 | else cout<<"no";
| ^~~~