Problem platonic9
User vadar2525
Submission Time 2026-01-09 08:41:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic9.cpp: In function ‘int main()’:
platonic9.cpp:11:21: error: ‘n’ was not declared in this scope
11 | for(int i = 0; i < n; i++){
| ^
platonic9.cpp:18:18: error: ‘n’ was not declared in this scope
18 | reverse(c+0, c+n);
| ^