QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#352497#7615. Sequence Foldingucup-team1617#WA 1ms3640kbC++201.6kb2024-03-13 11:40:532024-03-13 11:40:54

详细

Test #1:

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

input:

8 3
1 5 8

output:

2

result:

ok single line: '2'

Test #2:

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

input:

1 1
1

output:

0

result:

ok single line: '0'

Test #3:

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

input:

17179869184 100000
138476 774165 993977 1152277 1236393 1244970 1534017 1693701 1763926 1778781 1842066 1874644 1885666 2120429 2485344 2977941 3158255 3340476 3504862 4000117 4066652 4197639 4338723 4389163 4576965 4761601 5097091 5175412 5295902 5810551 5855982 6001770 6111262 6163309 6351547 6582...

output:

0

result:

wrong answer 1st lines differ - expected: '99999', found: '0'