QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#707968 | #8939. Permutation | ucup-team5027 | Compile Error | / | / | C++14 | 1.1kb | 2024-11-03 18:29:57 | 2024-11-03 18:29:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int solve(int, int, int)’: answer.code:22:17: error: ‘mid’ was not declared in this scope 22 | mid=(2*l+3*r)/5; | ^~~ answer.code:30:17: error: ‘mid’ was not declared in this scope 30 | mid=min((3*l+2*r)/5,r-1); | ^~~