QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#46215 | #4565. Rarest Insects | GuanYunchang | Compile Error | / | / | C++17 | 3.8kb | 2022-08-26 17:57:06 | 2022-08-26 17:57:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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 | } | ^