Problem | platonic5 |
---|---|
User | OSZ |
Submission Time | 2025-06-19 11:08:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:14:15: error: invalid types ‘int[int]’ for array subscript
14 | cout << (n[b]-n[b-1])+"\n";
| ^
platonic5.cpp:14:22: error: invalid types ‘int[int]’ for array subscript
14 | cout << (n[b]-n[b-1])+"\n";
| ^