Problem platonic16
User IyasM
Submission Time 2025-12-12 09:49:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic16.cpp: In function ‘int32_t main()’:
platonic16.cpp:10:22: error: expected ‘;’ before ‘long’
10 | int d[n+1]; d[0] = 0
| ^
| ;
platonic16.cpp:17:18: error: ‘m’ was not declared in this scope
17 | if (d[i] >= k) m++;
| ^
platonic16.cpp:19:10: error: ‘m’ was not declared in this scope
19 | cout << m;
| ^