QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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(); | ^