| Problem | wrongreverse |
|---|---|
| User | zaneyu |
| Submission Time | 2025-06-19 10:05:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:65:19: error: ‘arr’ was not declared in this scope
65 | REP(i,n) cin>>arr[i];
| ^~~
wrongreverse.cpp:66:17: error: ‘arr’ was not declared in this scope
66 | REP(i,n) if(arr[i]!=arr[n-i-1]){
| ^~~
wrongreverse.cpp:71:15: error: ‘arr’ was not declared in this scope
71 | cout<<arr[i]<<' ';
| ^~~