QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#763525#9767. 连接supepapupuWA 8ms10484kbPython331b2024-11-19 20:49:382024-11-19 20:49:40

Judging History

你现在查看的是最新测评结果

  • [2024-11-19 20:49:40]
  • 评测
  • 测评结果:WA
  • 用时:8ms
  • 内存:10484kb
  • [2024-11-19 20:49:38]
  • 提交

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.