QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#174842#7131. Random pointsZhaoZiLongWA 1ms4040kbC++201.9kb2023-09-10 13:54:162023-09-10 13:54:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 4040kb

input:

3
0 0
0 1
1 0

output:

12

result:

ok 1 number(s): "12"

Test #2:

score: 0
Accepted
time: 1ms
memory: 3840kb

input:

3
0 0
0 1
0 2

output:

11

result:

ok 1 number(s): "11"

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 4016kb

input:

20
3 3
1 0
0 2
2 2
2 4
4 3
0 0
1 4
0 1
4 2
3 4
1 0
3 1
4 4
3 1
1 3
4 1
1 4
3 0
3 1

output:

6000530

result:

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