QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#603234 | #8932. Bingo | ucup-team4020# | Compile Error | / | / | C++17 | 951b | 2024-10-01 15:25:53 | 2024-10-01 15:25:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:3: warning: #import is a deprecated GCC extension [-Wdeprecated] 1 | # import sys | ^~~~~~ answer.code:1:10: error: #import expects "FILENAME" or <FILENAME> 1 | # import sys | ^~~ answer.code:3:3: error: invalid preprocessing directive #sys 3 | # sys.stdin = open("C.inp", "r") | ^~~ answer.code:4:3: error: invalid preprocessing directive #sys 4 | # sys.stdout = open("C.out", "w") | ^~~ answer.code:7:1: error: ‘t’ does not name a type 7 | t = int(input()) | ^