QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#622334 | #5253. Denormalization | ucup-team5160# | Compile Error | / | / | C++20 | 685b | 2024-10-08 20:56:57 | 2024-10-08 20:56:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 | ^~~~