Problem wrongreverse
User niicoletong
Submission Time 2025-06-20 16:01:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:29:9: error: ‘i’ was not declared in this scope
29 | if (db[i] == b[i]) {
| ^
wrongreverse.cpp:30:14: error: no match for call to ‘(std::vector<int>) (int&)’
30 | cout << a(n);
| ^
wrongreverse.cpp:36:1: error: expected ‘}’ at end of input
36 | }
| ^
wrongreverse.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^