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