Problem platonic13
User DuckyKayden
Submission Time 2025-12-08 10:03:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic13.cpp: In function ‘int32_t main()’:
platonic13.cpp:19:16: error: expected ‘,’ before ‘+=’ token
19 | ans += 2;
| ^~~
| ,
platonic13.cpp:19:17: error: expected identifier before ‘+=’ token
19 | ans += 2;
| ^~
platonic13.cpp:19:21: error: expected ‘]’ before ‘;’ token
19 | ans += 2;
| ^
| ]
platonic13.cpp: In lambda function:
platonic13.cpp:19:21: error: expected ‘{’ before ‘;’ token
platonic13.cpp: In function ‘int32_t main()’:
platonic13.cpp:20:9: error: expected primary-expression before ‘]’ token
20 | ]
| ^