QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~~~~