QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#526960#9170. Cycle Gameucup-team4464WA 0ms3644kbC++203.0kb2024-08-22 03:05:012024-08-22 03:05:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 3 7
2 1
2 2
2 3
3 1
3 2
4 1
4 2

output:

1111111

result:

ok "1111111"

Test #2:

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

input:

3 3 8
1 1
1 2
1 3
2 3
3 3
3 2
3 1
2 1

output:

11111110

result:

ok "11111110"

Test #3:

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

input:

10 10 7
9 1
6 6
3 8
8 7
5 10
1 7
1 2

output:

1000000

result:

wrong answer 1st words differ - expected: '1111111', found: '1000000'