Problem mergevectors
User god
Submission Time 2025-06-17 17:12:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mergevectors.cpp: In function ‘int main()’:
mergevectors.cpp:16:3: error: ‘b’ was not declared in this scope
16 | b.push_back(x);
| ^
mergevectors.cpp:19:15: error: ‘b’ was not declared in this scope
19 | a.push_back(b[i]);
| ^