QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#832917#9240. MosaicNova_NightWind0311#Compile Error//C++20519b2024-12-26 11:02:452024-12-26 11:02:47

详细

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();
      |     ^