QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#404554#5531. ICChyforces#Compile Error//C++202.3kb2024-05-04 08:18:582024-07-01 04:29:02

详细

answer.code: In function ‘bool locQuery(std::vector<int>&, std::vector<int>&)’:
answer.code:25:39: error: request for member ‘ay’ in ‘ax’, which is of non-class type ‘int [<anonymous>]’
   25 |     return query(x.size(),y.size(),ax.ay);
      |                                       ^~