QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#466160 | #7225. The Kirakira Cycle | ZhaoZiLong | Compile Error | / | / | C++23 | 1.3kb | 2024-07-07 16:34:31 | 2024-07-07 16:34:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘ll F(ll)’: answer.code:27:24: error: ‘ma’ was not declared in this scope; did you mean ‘fma’? 27 | ll res = x * n;ma | ^~ | fma answer.code:29:16: error: ‘l’ was not declared in this scope 29 | while (l <= r) { | ^ answer.code:29:21: error: ‘r’ was not declared in this scope 29 | while (l <= r) { | ^