QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#763525 | #9767. 连接 | supepapupu | WA | 8ms | 10484kb | Python3 | 31b | 2024-11-19 20:49:38 | 2024-11-19 20:49:40 |
Judging History
answer
print("ABCD\nEFGH\nIJKL\nMNOP")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 6ms
memory: 10484kb
input:
(no input)
output:
ABCD EFGH IJKL MNOP
result:
ok Correct.
Test #2:
score: -100
Wrong Answer
time: 8ms
memory: 10456kb
input:
test
output:
ABCD EFGH IJKL MNOP
result:
wrong answer Wrong grouping.