QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#46215#4565. Rarest InsectsGuanYunchangCompile Error//C++173.8kb2022-08-26 17:57:062022-08-26 17:57:08

詳細信息

answer.code: In function ‘int min_cardinality(int)’:
answer.code:118:52: error: expected ‘)’ before ‘{’ token
  118 |                         if(st2.find(i) == st2.end(){
      |                           ~                        ^
      |                                                    )
answer.code:124:17: error: expected primary-expression before ‘}’ token
  124 |                 }
      |                 ^