Problem smallprimes_ex
User bz
Submission Time 2026-02-01 14:09:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smallprimes_ex.cpp: In function ‘int main()’:
smallprimes_ex.cpp:45:16: error: redeclaration of ‘std::vector<long long int> v1’
45 | vector<ll> v1, v2;
| ^~
smallprimes_ex.cpp:38:16: note: ‘std::vector<long long int> v1’ previously declared here
38 | vector<ll> v1, v2;
| ^~
smallprimes_ex.cpp:45:20: error: redeclaration of ‘std::vector<long long int> v2’
45 | vector<ll> v1, v2;
| ^~
smallprimes_ex.cpp:38:20: note: ‘std::vector<long long int> v2’ previously declared here
38 | vector<ll> v1, v2;
| ^~