QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#155030#6734. Click the Circleucup-team1089WA 7ms7956kbPython310b2023-09-01 06:48:422023-09-01 06:48:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 6ms
memory: 7860kb

input:

2 1 1
1 1 1 2
1 2 2 3

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Wrong Answer
time: 7ms
memory: 7956kb

input:

2 1 1
1 1 1 2
1 3 2 3

output:

1

result:

wrong answer 1st numbers differ - expected: '0', found: '1'