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