QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#539251 | #7221. The Road Network | ucup-team1005 | Compile Error | / | / | C++20 | 1.8kb | 2024-08-31 14:22:06 | 2024-08-31 14:22:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:51:3: error: invalid preprocessing directive #print 51 | # print(f"lcnt = {lcnt}") | ^~~~~ answer.code:55:7: error: invalid preprocessing directive #print 55 | # print(f"num = {num}") | ^~~~~ answer.code:68:7: error: invalid preprocessing directive #print 68 | # print(f"lcnt = {lcnt}, lim = {lim}, now = {now}") | ^~~~~ answer.code:1:1: error: ‘from’ does not name a type 1 | from math import comb | ^~~~