Problem platonic10
User GlitchPlungerCat
Submission Time 2026-02-09 16:21:04
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:10:2: error: expected ‘}’ at end of input
10 | }
| ^
platonic10.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^