| Problem | platonic14 |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-09-17 23:06:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic14.cpp: In function ‘int32_t main()’:
platonic14.cpp:14:30: error: ‘N’ was not declared in this scope
14 | for (int i = 1; i <= N; i++) {
| ^
platonic14.cpp:19:9: error: ‘N’ was not declared in this scope
19 | if (N < 2 * K + 1) {
| ^
platonic14.cpp:19:17: error: ‘K’ was not declared in this scope
19 | if (N < 2 * K + 1) {
| ^
platonic14.cpp:24:26: error: ‘N’ was not declared in this scope
24 | for (int x = 1; x <= N; x += K) {
| ^
platonic14.cpp:24:34: error: ‘K’ was not declared in this scope
24 | for (int x = 1; x <= N; x += K) {
| ^
platonic14.cpp:28:18: error: ‘K’ was not declared in this scope
28 | for (int r = K; r >= 2; r--) {
| ^
platonic14.cpp:29:30: error: ‘N’ was not declared in this sc