QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#622334#5253. Denormalizationucup-team5160#Compile Error//C++20685b2024-10-08 20:56:572024-10-08 20:56:58

Details

answer.code:29:6: error: invalid preprocessing directive #print
   29 |     #print(now[0], now[1])
      |      ^~~~~
answer.code:1:1: error: ‘from’ does not name a type
    1 | from math import gcd
      | ^~~~