Problem | reverse |
---|---|
User | Xavier |
Submission Time | 2025-06-18 09:45:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:11:19: error: no match for call to ‘(std::vector<int>) (int&)’
11 | cin >> A(N);
| ^
reverse.cpp:13:20: error: no match for call to ‘(std::vector<int>) (int&)’
13 | cout >> A(N);
| ^