QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#832917 | #9240. Mosaic | Nova_NightWind0311# | Compile Error | / | / | C++20 | 519b | 2024-12-26 11:02:45 | 2024-12-26 11:02:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: 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>)’: answer.code:9:5: error: ‘n’ was not declared in this scope 9 | n = (int)X.size(); | ^ answer.code:10:5: error: ‘q’ was not declared in this scope 10 | q = (int)T.size(); | ^