QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#308720#8008. Fortune Wheelucup-team2914WA 26ms4400kbC++202.2kb2024-01-20 12:09:382024-01-20 12:09:38

详细

Test #1:

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

input:

6 3 2
2 4

output:

8 3

result:

ok 2 number(s): "8 3"

Test #2:

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

input:

5 4 1
1

output:

1 1

result:

ok 2 number(s): "1 1"

Test #3:

score: 0
Accepted
time: 26ms
memory: 4400kb

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: 3632kb

input:

10000 23 7
9594 8998 9330 6851 1662 6719 583

output:

226 75

result:

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