Problem binarylock
User shoryu386
Submission Time 2023-12-06 10:08:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarylock.cpp: In function ‘int main()’:
binarylock.cpp:33:25: error: ‘testvec’ was not declared in this scope; did you mean ‘testVec’?
33 | vector<int> testVec; testvec.resize(n);
| ^~~~~~~
| testVec