| Problem | platonic9 |
|---|---|
| User | vadar2525 |
| Submission Time | 2026-01-09 08:41:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic9.cpp: In function ‘int main()’:
platonic9.cpp:10:8: error: ‘n’ was not declared in this scope
10 | int c[n];
| ^
platonic9.cpp:12:10: error: ‘c’ was not declared in this scope
12 | cin >> c[i];
| ^
platonic9.cpp:18:11: error: ‘c’ was not declared in this scope
18 | reverse(c+0, c+n);
| ^