QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#36197#1832. Crab's CannonSuffixTreeWA 2ms3848kbC++172.2kb2022-06-25 16:42:532022-06-25 16:42:55

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3848kb

input:

3 7
1 3 7
4 12
7 1 3 9
3 16
16 1 8
0 0

output:

3
5
3

result:

ok 3 number(s): "3 5 3"

Test #2:

score: 0
Accepted
time: 2ms
memory: 3788kb

input:

2 1048576
1 1048576
2 1048576
1048576 1
2 1048576
51135 13546
2 1048576
13546 51135
2 1048576
1 51135
2 1048576
51135 1
1 1048576
1
1 1048576
1048576
1 1048576
51135
2 104857600000000000
1 104857600000000000
2 104857600000000000
104857600000000000 1
2 104857600000000000
5113500000000 13546
2 1048576...

output:

2
2
3
3
2
2
1
2
2
2
2
3
3
2
2
1
2
2
2
3
3

result:

ok 21 numbers

Test #3:

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

input:

5 96
7 12 61 37 93
4 100
63 2 16 35
5 88
7 43 70 23 8
4 29
22 7 5 14
1 2
2
2 3
2 3
0 0

output:

28
6
44
16
2
3

result:

wrong answer 1st numbers differ - expected: '93', found: '28'