QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#350142#8340. 3 Sumucup-team2725Compile Error//C++202.6kb2024-03-10 14:39:372024-03-10 14:39:38

详细

answer.code: In function ‘int main()’:
answer.code:96:77: error: expected primary-expression before ‘;’ token
   96 |                         if (cnt.count(want1)) ans += cnt[want1], debug(i, k);
      |                                                                             ^
answer.code:97:77: error: expected primary-expression before ‘;’ token
   97 |                         if (cnt.count(want2)) ans += cnt[want2], debug(i, k);
      |                                                                             ^
answer.code:98:77: error: expected primary-expression before ‘;’ token
   98 |                         if (cnt.count(want3)) ans += cnt[want3], debug(i, k);
      |                                                                             ^