QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#510545#5204. FootballZhangYiDeWA 0ms3632kbC++23607b2024-08-09 09:11:302024-08-09 09:11:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
2
4

output:

0
1:0
1:0
0:4

result:

ok [3 2:4] 0 draws

Test #2:

score: 0
Accepted
time: 0ms
memory: 3540kb

input:

1
2
2

output:

1
2:2

result:

ok [1 2:2] 1 draws

Test #3:

score: 0
Accepted
time: 0ms
memory: 3632kb

input:

4
0
7

output:

0
0:1
0:1
0:1
0:4

result:

ok [4 0:7] 0 draws

Test #4:

score: 0
Accepted
time: 0ms
memory: 3560kb

input:

6
3
1

output:

2
1:0
1:0
1:0
0:1
0:0
0:0

result:

ok [6 3:1] 2 draws

Test #5:

score: 0
Accepted
time: 0ms
memory: 3604kb

input:

1
0
0

output:

1
0:0

result:

ok [1 0:0] 1 draws

Test #6:

score: 0
Accepted
time: 0ms
memory: 3536kb

input:

1
0
1000

output:

0
0:1000

result:

ok [1 0:1000] 0 draws

Test #7:

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

input:

1
1000
0

output:

0
0:0

result:

wrong answer [1 1000:0] expected total score 1000:0, found 0:0