QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#499491#9136. Exponent Calculatorucup-team864#Compile Error//C++23389b2024-07-31 14:56:202024-07-31 14:56:25

Details

answer.code:25:3: error: invalid preprocessing directive #print
   25 | # print(ln)
      |   ^~~~~
answer.code:1:1: error: ‘from’ does not name a type
    1 | from math import factorial as F
      | ^~~~