Problem platonic10
User 90Dream09
Submission Time 2026-01-21 15:32:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic10.cpp: In function ‘int hi()’:
platonic10.cpp:3:1: error: only constructors take member initializers
3 | {^ while N<100000000:}
| ^
platonic10.cpp:3:1: error: expected identifier before ‘{’ token
platonic10.cpp:3:2: error: expected primary-expression before ‘^’ token
3 | {^ while N<100000000:}
| ^
platonic10.cpp:3:4: error: expected primary-expression before ‘while’
3 | {^ while N<100000000:}
| ^~~~~
platonic10.cpp: At global scope:
platonic10.cpp:4:3: error: expected unqualified-id before ‘if’
4 | if N <= 5:
| ^~