QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44927 | #4561. Catfish Farm | HuangHanSheng | Compile Error | / | / | C++14 | 3.3kb | 2022-08-22 11:44:41 | 2022-08-22 11:44:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int dp3(int, int)’: answer.code:24:8: error: ‘memo3’ was not declared in this scope 24 | if(memo3[curr][state] != -1) | ^~~~~ answer.code:41:12: error: ‘memo3’ was not declared in this scope 41 | return memo3[curr][state] = ans; | ^~~~~