QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#236188 | #7558. Abstract | ucup-team1778# | Compile Error | / | / | C++17 | 857b | 2023-11-03 17:58:59 | 2023-11-03 17:58:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:19:3: error: invalid preprocessing directive #print 19 | # print(deg) | ^~~~~ answer.code:20:3: error: invalid preprocessing directive #print 20 | # print(x) | ^~~~~ answer.code:42:3: error: invalid preprocessing directive #print 42 | # print (cnt) | ^~~~~ answer.code:1:1: error: ‘n’ does not name a type 1 | n, m = map(int, input().split()) | ^