Problem platonic2
User mvz
Submission Time 2025-06-19 09:57:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int32_t main()’:
platonic2.cpp:7:16: error: a function-definition is not allowed here before ‘{’ token
7 | int32_t main() {
| ^
platonic2.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
platonic2.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^