QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#330975 | #8055. Balance | ucup-team171 | Compile Error | / | / | C++20 | 6.9kb | 2024-02-17 21:29:49 | 2024-02-17 21:29:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:289:57: error: ‘rv’ was not declared in this scope; did you mean ‘rx’? 289 | if (LG[0] == -1e9 || en[rv[LG[0]]] <= RG.back()) { | ^~ | rx