QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#499491 | #9136. Exponent Calculator | ucup-team864# | Compile Error | / | / | C++23 | 389b | 2024-07-31 14:56:20 | 2024-07-31 14:56:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 | ^~~~