Problem platonic10
User IyasM
Submission Time 2025-12-08 09:09:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic10.cpp: In function ‘int main()’:
platonic10.cpp:9:16: error: expected ‘;’ before ‘if’
9 | n = n * n - 1
| ^
| ;
10 | if (n % 10 == 0) {
| ~~