QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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 | ^~~~