QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#62194#2838. 2D Geometrydefathom#WA 19ms8180kbPython320b2022-11-17 16:58:192022-11-17 16:58:20

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-11-17 16:58:20]
  • 评测
  • 测评结果:WA
  • 用时:19ms
  • 内存:8180kb
  • [2022-11-17 16:58:19]
  • 提交

answer

print("Hello world")

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 19ms
memory: 8180kb

input:

3
0 0
0 1
0 2
3
0 0
0 1
1 0
6
0 0
0 1
0 2
0 3
1 1
1 2

output:

Hello world

result:

wrong answer 1st lines differ - expected: '3', found: 'Hello world'