QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#313859#8008. Fortune Wheelucup-team1363WA 116ms78020kbC++204.3kb2024-01-25 02:09:362024-01-25 02:09:36

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3524kb

input:

6 3 2
2 4

output:

8 3

result:

ok 2 number(s): "8 3"

Test #2:

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

input:

5 4 1
1

output:

1 1

result:

ok 2 number(s): "1 1"

Test #3:

score: 0
Accepted
time: 116ms
memory: 78020kb

input:

99999 65238 100
64714 45675 36156 13116 93455 22785 10977 60219 14981 25839 83709 80404 41400 12469 31530 65521 35436 20326 96792 50699 27522 98233 26187 12509 90992 72693 83919 74145 80892 68422 38333 33497 89154 88403 77492 4570 3908 59194 3482 89871 96330 45114 5555 73987 95832 476 949 74649 2084...

output:

3 1

result:

ok 2 number(s): "3 1"

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3852kb

input:

10000 23 7
9594 8998 9330 6851 1662 6719 583

output:

10 1

result:

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