QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44894 | #4561. Catfish Farm | HuangHanSheng | Compile Error | / | / | C++17 | 277b | 2022-08-22 11:25:58 | 2022-08-22 11:25:59 |
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:7:5: error: ‘ll’ was not declared in this scope 7 | ll jum=0; | ^~ answer.code:9:9: error: ‘jum’ was not declared in this scope 9 | jum+=W[i]; | ^~~ answer.code:12:10: error: ‘jum’ was not declared in this scope 12 | return jum; | ^~~