Problem arrayngement
User Magenta
Submission Time 2026-06-26 16:55:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:14:28: error: expected primary-expression before ‘B’
14 | cin >> vector<int> B[N];
| ^
arrayngement.cpp:15:17: error: ‘V’ was not declared in this scope
15 | cout << V << "\n";
| ^
arrayngement.cpp:16:17: error: ‘B’ was not declared in this scope
16 | cout << B[N];
| ^