QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#140029 | #6756. 桂花树 | alch07 | Compile Error | / | / | C++14 | 1.2kb | 2023-08-14 23:34:13 | 2023-08-14 23:34:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:27:45: error: ‘mod’ was not declared in this scope 27 | dp[i+1][2*j] = dp[i+1][2*j]%mod; | ^~~