QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#589070#8780. Training, Round 2ZhaoZiLongCompile Error//C++171.1kb2024-09-25 16:02:512024-09-25 16:02:51

Details

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});
      |          ^~~~~~