QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | ^