Problem platonic10
User JoelToh
Submission Time 2026-02-09 16:18:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic10.cpp: In function ‘int main()’:
platonic10.cpp:7:10: error: expected ‘;’ before ‘if’
7 | cin >> a
| ^
| ;
8 | if (a < 5) {
| ~~
platonic10.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else {
| ^~~~
platonic10.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | cout << "No"
| ^
| ;
13 | }
| ~
platonic10.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
platonic10.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^