Problem reverse
User Bensamuel2008
Submission Time 2025-06-18 10:12:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverse.cpp: In function ‘int main()’:
reverse.cpp:4:25: error: ‘N’ was not declared in this scope
4 | vector<long long> list(N);
| ^
reverse.cpp:5:11: error: ‘A’ was not declared in this scope
5 | cin >> N,A;
| ^
reverse.cpp:6:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘std::vector<long long int>’)
6 | cin >> list;
| ~~~ ^~ ~~~~
| | |
| | std::vector<long long int>
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from reverse.cpp:1:
/usr/include/c++/9/istream:120:7: note: candida