| Problem | platonic9 |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-04-18 09:41:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic9.cpp: In function ‘int main()’:
platonic9.cpp:13:9: error: ‘k’ was not declared in this scope
13 | if (k%2==1){
| ^
platonic9.cpp:15:22: error: ‘n’ was not declared in this scope
15 | b[N]=arr[n-j-1];
| ^
platonic9.cpp:18:13: error: ‘a’ was not declared in this scope
18 | a[j]=b[j];
| ^
platonic9.cpp:23:17: error: ‘a’ was not declared in this scope
23 | cout << a[i]<<" ";
| ^