| Problem | reverse | 
|---|---|
| User | Xavier | 
| Submission Time | 2025-06-18 09:43:37 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 reverse.cpp: In function ‘int main()’:
reverse.cpp:9:10: error: ‘i’ was not declared in this scope
    9 |     for (i=0;i<n;i++){
      |          ^
reverse.cpp:9:16: error: ‘n’ was not declared in this scope
    9 |     for (i=0;i<n;i++){
      |                ^
reverse.cpp:10:19: error: no match for call to ‘(std::vector<int>) (int&)’
   10 |         cin >> A(N);
      |                   ^
reverse.cpp:12:20: error: no match for call to ‘(std::vector<int>) (int&)’
   12 |         cout >> A(N);
      |                    ^