QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#739221 | #7753. Energy Distribution | ucup-team3556# | Compile Error | / | / | C++23 | 3.8kb | 2024-11-12 21:11:29 | 2024-11-12 21:11:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<long double> find_(std::vector<long double>)’: answer.code:118:25: error: ‘n’ was not declared in this scope 118 | int i = rnd() % n; | ^