QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#753448#9552. The Chariotucup-team4956#Compile Error//C++14999b2024-11-16 12:56:082024-11-16 12:56:09

Details

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’
answer.code:41:25: error: ‘tim’ does not name a type
   41 |                         tim=math.floor((d-i*x)/(x+y))
      |                         ^~~