| Problem | reverse |
|---|---|
| User | cry0rsa |
| Submission Time | 2025-06-18 10:17:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:10:19: error: invalid types ‘int[int]’ for array subscript
10 | cin >> A[i];
| ^
reverse.cpp:14:20: error: invalid types ‘int[int]’ for array subscript
14 | cout << A[i] << " ";
| ^