Problem | wrongreverse |
---|---|
User | Tweok |
Submission Time | 2025-06-20 15:32:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:20:20: error: invalid types ‘long long int[int]’ for array subscript
20 | if (N==2 && N[0] != N[1]) {
| ^
wrongreverse.cpp:20:28: error: invalid types ‘long long int[int]’ for array subscript
20 | if (N==2 && N[0] != N[1]) {
| ^