QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#449478#968. Extreme WealthanoianoicccCompile Error//C++14629b2024-06-21 11:49:342024-06-21 11:49:34

Details

answer.code:27:11: warning: character constant too long for its type
   27 |     print('{:.13f}'.format(res))
      |           ^~~~~~~~~
answer.code:1:1: error: ‘import’ does not name a type
    1 | import math
      | ^~~~~~
answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’