QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#589070#8780. Training, Round 2ZhaoZiLongCompile Error//C++171.1kb2024-09-25 16:02:512024-09-25 16:02:51

详细

answer.code: In function ‘void solve()’:
answer.code:15:10: error: request for member ‘insert’ in ‘p[0]’, which is of non-class type ‘std::pair<int, int> [5005]’
   15 |     p[0].insert({0,0});
      |          ^~~~~~