QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45151 | #4561. Catfish Farm | ZhangYiDe | Compile Error | / | / | C++17 | 1.7kb | 2022-08-22 14:23:59 | 2022-08-22 14:24:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int64_t max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:45:20: error: ‘n’ was not declared in this scope 45 | if(n==2){ | ^