QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45507 | #4565. Rarest Insects | ZhaoZiLong | Compile Error | / | / | C++17 | 1.7kb | 2022-08-24 12:04:05 | 2022-08-24 12:04:41 |
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:79:30: error: expected ‘)’ at end of input 79 | move_inside(i | ~ ^ | ) answer.code:79:30: error: expected ‘}’ at end of input answer.code:78:34: note: to match this ‘{’ 78 | for (int i=0; i<=N; i++) { | ^ answer.code:79:30: error: expected ‘}’ at end of input 79 | move_inside(i | ^ answer.code:76:29: note: to match this ‘{’ 76 | int min_cardinality (int N) { | ^ answer.code:79:30: warning: no return statement in function returning non-void [-Wreturn-type] 79 | move_inside(i | ^