QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45543 | #4565. Rarest Insects | ZhaoZiLong | Compile Error | / | / | C++17 | 1.3kb | 2022-08-24 12:34:45 | 2022-08-24 12:34:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void make_set(int)’: answer.code:19:9: error: ‘sizee’ was not declared in this scope; did you mean ‘size’? 19 | sizee[v]=1; | ^~~~~ | size answer.code: In function ‘void union_sets(int, int)’: answer.code:32:13: error: ‘sizee’ was not declared in this scope; did you mean ‘size’? 32 | if (sizee[a] < sizee[b]) | ^~~~~ | size answer.code:35:9: error: ‘sizee’ was not declared in this scope; did you mean ‘size’? 35 | sizee[a] += sizee[b]; | ^~~~~ | size answer.code: In function ‘int min_cardinality(int)’: answer.code:43:17: error: ‘move_inside’ was not declared in this scope 43 | move_inside(i); | ^~~~~~~~~~~ answer.code:44:25: error: ‘press_button’ was not declared in this scope 44 | int ans=press_button(); | ^~~~~~~~~~~~ answer.code:49:36: error: ‘sizee’ was not declared in this scope; did you mean ‘size’? 49 | if(sizee[find_set(j)]==big){ | ^~~~~ | size answer.code:51:41: error: ‘move_outside’ was not declared in this scope 51 | move_outside(j); | ^~~~~~~~~~~~ answer.code:56:41: error: ‘move_outside’ was not declared in this scope 56 | move_outside(j); | ^~~~~~~~~~~~ answer.code:69:30: error: ‘sizee’ was not declared in this scope; did you mean ‘size’? 69 | ans=min(ans, sizee[find_set(i)]); | ^~~~~ | size