QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#79419#2465. Where Have You Bin?ZhangYiDeTL 2ms3844kbC++2.4kb2023-02-20 08:03:452023-02-20 08:03:49

详细

Test #1:

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

input:

AEIOUU
1 4 6 9 2 3
1 6
A

output:

3

result:

ok single line: '3'

Test #2:

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

input:

AEIOUU
10 4 6 9 2 3
1 6
A

output:

4

result:

ok single line: '4'

Test #3:

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

input:

AEIOUU
1 4 6 9 2 3
4 5 1 4 3
EUE

output:

0

result:

ok single line: '0'

Test #4:

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

input:

A
100
0
X

output:

0

result:

ok single line: '0'

Test #5:

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

input:

A
100
1 1
X

output:

0

result:

ok single line: '0'

Test #6:

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

input:

A
100
1 1
A

output:

0

result:

ok single line: '0'

Test #7:

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

input:

A
100
1 1
U

output:

0

result:

ok single line: '0'

Test #8:

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

input:

X
0
0
X

output:

0

result:

ok single line: '0'

Test #9:

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

input:

X
0
0
E

output:

0

result:

ok single line: '0'

Test #10:

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

input:

AAEIOU
10 10 9 10 8 7
1 1
I

output:

8

result:

ok single line: '8'

Test #11:

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

input:

AAEIOU
10 10 8 10 9 7
1 1
I

output:

8

result:

ok single line: '8'

Test #12:

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

input:

AAEIOU
3 3 8 3 9 7
1 1
I

output:

6

result:

ok single line: '6'

Test #13:

score: -100
Time Limit Exceeded

input:

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
20 56 55 39 45 2 15 81 42 49 31 6 3 43 42 89 91 65 84 81 88 3 76 58 50 93 70 83 83 100 66 2 85 68 43 74 90 61 1 26 60 1 92 71 83 33 79 85 6 9 16 37 4...

output:


result: