QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) { | ^