QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44897 | #4561. Catfish Farm | ZhangYiDe | Compile Error | / | / | C++14 | 1.8kb | 2022-08-22 11:26:40 | 2022-08-22 11:26:40 |
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:26:9: error: ‘summ’ was not declared in this scope 26 | summ[i].clear(); | ^~~~ answer.code:35:24: error: ‘m’ was not declared in this scope 35 | for(int i = 0; i < m; i++){ | ^