QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45019 | #4561. Catfish Farm | ZhaoZiLong | Compile Error | / | / | C++17 | 1.4kb | 2022-08-22 12:38:02 | 2022-08-22 12:38:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:50:28: error: ‘temp’ was not declared in this scope; did you mean ‘temp1’? 50 | ans = max(ans, temp); | ^~~~ | temp1