QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#623122#5731. CheckerboardKelivan1WA 15ms10488kbPython356b2024-10-09 10:16:072024-10-09 10:16:07

Judging History

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

  • [2024-10-09 10:16:07]
  • 评测
  • 测评结果:WA
  • 用时:15ms
  • 内存:10488kb
  • [2024-10-09 10:16:07]
  • 提交

answer

import sys
input = sys.stdin.readline()
print(input)

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 15ms
memory: 10488kb

input:

6 5 3 2
1
2
3
3
2

output:

6 5 3 2


result:

wrong answer 1st lines differ - expected: 'BBBWW', found: '6 5 3 2'