Problem | eeducation |
---|---|
User | kiwiwi |
Submission Time | 2025-06-17 12:03:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp:7:18: error: variable or field ‘reverseArray’ declared void
7 | void reverseArray(&arr) {
| ^
eeducation.cpp:7:20: error: ‘arr’ was not declared in this scope
7 | void reverseArray(&arr) {
| ^~~
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:40:2: error: ‘reverseArray’ was not declared in this scope
40 | reverseArray(A);
| ^~~~~~~~~~~~
eeducation.cpp:48:13: error: ‘result’ was not declared in this scope
48 | result.push_back(num);
| ^~~~~~
eeducation.cpp:51:18: error: ‘commonElements’ was not declared in this scope
51 | for (int elem : commonElements)
| ^~~~~~~~~~~~~~