| Problem | platonic16 |
|---|---|
| User | DuckyKayden |
| Submission Time | 2026-01-30 21:42:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic16.cpp: In function ‘int32_t main()’:
platonic16.cpp:14:22: error: expected ‘;’ before ‘positions’
14 | blocks.push_back(a)
| ^
| ;
15 | positions[i] = i;
| ~~~~~~~~~
platonic16.cpp:29:17: error: ‘pos’ was not declared in this scope; did you mean ‘pow’?
29 | cout << pos[stack[i]] << " ";
| ^~~
| pow