Problem platonic23
User aiden
Submission Time 2026-02-14 19:04:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic23.cpp: In function ‘bool check(long long int)’:
platonic23.cpp:12:21: error: a function-definition is not allowed here before ‘{’ token
12 | bool check(int mfl){
| ^
platonic23.cpp:26:15: error: a function-definition is not allowed here before ‘{’ token
26 | int32_t main(){
| ^
platonic23.cpp:44:1: error: expected ‘}’ at end of input
44 | }
| ^
platonic23.cpp:11:20: note: to match this ‘{’
11 | bool check(int mfl){
| ^