QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#466160#7225. The Kirakira CycleZhaoZiLongCompile Error//C++231.3kb2024-07-07 16:34:312024-07-07 16:34:32

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) {
      |                     ^