Problem | mosaic |
---|---|
User | bribritt |
Submission Time | 2024-12-17 22:20:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mosaic.cpp: In function ‘std::vector<long long int> mosaic(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
mosaic.cpp:13:5: error: ‘N’ was not declared in this scope
13 | if(N<=5000) {
| ^
mosaic.cpp:14:6: error: redeclaration of ‘int N’
14 | int N = sz(X), Q = sz(T);
| ^
mosaic.cpp:13:5: note: ‘<typeprefixerror>N’ previously declared here
13 | if(N<=5000) {
| ^