Problem reverse
User cry0rsa
Submission Time 2025-06-18 10:16:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverse.cpp: In function ‘int main()’:
reverse.cpp:9:21: error: ‘n’ was not declared in this scope
9 | for(int i = 0; i < n; i++) {
| ^
reverse.cpp:10:10: error: ‘a’ was not declared in this scope
10 | cin >> a;
| ^
reverse.cpp:12:6: error: no post-increment operator for type
12 | count++;
| ^~
reverse.cpp:15:7: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘<unresolved overloaded function type>’)
15 | cout << count;
| ~~~~~^~~~~~~~
In file included from /usr/include/c++/9/istream:39,
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/