QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#347952 | #7607. The Doubling Game 2 | bobcheeseburger | Compile Error | / | / | C++23 | 5.5kb | 2024-03-09 16:25:46 | 2024-03-09 16:25:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs(long long int, long long int)’: answer.code:138:33: error: ‘mode’ was not declared in this scope; did you mean ‘modf’? 138 | dpo[x][1][b] %= mode; | ^~~~ | modf