QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44910 | #4561. Catfish Farm | ZhaoZiLong | Compile Error | / | / | C++17 | 226b | 2022-08-22 11:35:29 | 2022-08-22 11:35:30 |
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:6:5: error: ‘ll’ was not declared in this scope 6 | ll total = 0; | ^~ answer.code:8:17: error: ‘total’ was not declared in this scope 8 | total += W[i]; | ^~~~~ answer.code:10:16: error: ‘total’ was not declared in this scope 10 | return total; | ^~~~~