QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#139430#6760. 合并书本hyforcesCompile Error//C++201.9kb2023-08-13 15:07:592023-08-13 15:08:02

Details

answer.code: In function ‘int main()’:
answer.code:33:22: error: no match for ‘operator[]’ (operand types are ‘std::map<std::vector<int>, int> [110]’ and ‘const std::vector<int>’)
   33 |             int st=ch[b.first];
      |                      ^