QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ^~~