Problem | mirrors |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-20 14:32:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int main()’:
mirrors.cpp:20:13: error: ‘v2’ was not declared in this scope; did you mean ‘v’?
20 | v2.push_back(v[i]);
| ^~
| v
mirrors.cpp:24:15: error: ‘v2’ was not declared in this scope; did you mean ‘v’?
24 | cout<<v2[i]<<' ';
| ^~
| v