Problem platonic5
User Red123
Submission Time 2025-07-30 16:37:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic5.cpp: In function ‘int main()’:
platonic5.cpp:21:28: error: expected ‘;’ before ‘}’ token
21 | total = total * 2 + n - 1
| ^
| ;
22 | }
| ~