Problem platonic5
User Red123
Submission Time 2025-07-30 17:09:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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