Problem | reverse |
---|---|
User | MokSiewQi |
Submission Time | 2025-06-18 11:12:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:6:12: error: expected ‘;’ before ‘:’ token
6 | cin >> N :
| ^~
| ;
reverse.cpp:9:12: error: ‘arr’ was not declared in this scope
9 | cin >> arr[i]
| ^~~
reverse.cpp:11:13: error: ‘arr’ was not declared in this scope
11 | cout << arr[i] << " ";
| ^~~