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

Compile Error

platonic5.cpp: In function ‘int main()’:
platonic5.cpp:18:13: error: expected ‘;’ before ‘cout’
18 | total *= 2
| ^
| ;
19 | cout << total + n - 1;
| ~~~~