QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#824568#9773. Infinite Loopucup-team6208#WA 19ms6732kbC++202.2kb2024-12-21 14:43:482024-12-21 14:43:53

詳細信息

Test #1:

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

input:

2 5 6
1 1
4 3
1 1
1 2
2 1
2 2
3 1
3 2

output:

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

result:

ok 12 numbers

Test #2:

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

input:

3 10 5
2 4
3 1
10 7
2 2
7 1
4 3
5 2
28 3

output:

3 1
8 10
6 2
6 7
34 10

result:

ok 10 numbers

Test #3:

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

input:

2 5 6
1 1
4 4
1 1
1 2
2 1
2 2
3 1
3 2

output:

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

result:

ok 12 numbers

Test #4:

score: -100
Wrong Answer
time: 19ms
memory: 6732kb

input:

100000 100000000 100000
10 100000000
20 100000000
30 100000000
40 100000000
50 100000000
60 100000000
70 100000000
80 100000000
90 100000000
100 100000000
110 100000000
120 100000000
130 100000000
140 100000000
150 100000000
160 100000000
170 100000000
180 100000000
190 100000000
200 100000000
210 1...

output:

36129207030 999909
26234883924 999909
41309826080 999909
46251838738 999909
37943797774 999909
18465480641 999909
24057702735 999909
46065827586 999909
8562763285 999909
19671579441 999909
10995335104 999909
45479863949 999909
15142896661 999909
37343530485 999909
4867491091 999909
26424035253 99990...

result:

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