QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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