#P7079. [NWRRC2013] Arrangement of Contest

[NWRRC2013] Arrangement of Contest

题目描述

Little Dmitry and little Petr want to arrange a contest. Their little friends submitted several task proposals and now Dmitry and Petr want to select some of them for the contest. As they are just little boys, they cannot estimate quality of tasks, but they know for sure that in good contest title of the first problem starts with A , the title of the second one -- with BB , and so on.

Given titles of the proposed tasks, help little brothers to determine the maximal number of problems in a good contest they can arrange.

输入格式

The first line contains single integer nn -- the number of problem proposals received by the little brothers (1n100)(1 \le n \le 100) .

Next nn lines contain titles of proposed problems, one per line. The length of each title does not exceed 3030 characters. Each title starts with an uppercase letter and contains only English letters, digits and underscores.

输出格式

Output a single number -- the maximal number of problems in a good contest. In case there is no good contest that may be arranged, output 00 .

题目大意

题目描述

小D和小P想要举行比赛。

他们收到了许多建议书,现在他们想要从这些报名书中挑选一些好的建议。

他们采纳的建议符合以下标准:第一个建议的开头为A,第二个建议的开头为B,以此类推。

请你帮助他们,确定他们所能采纳的建议的最大数量。

输入格式

第一行,一个正整数 nn,表示建议数。

22n+1n+1 行,一行一个字符串,表示建议名称。

输出格式

一个整数,表示他们所能采纳的建议的最大数量。

说明/提示

对于 100%100\% 的数据,1n1001\leq n \leq 100

12
Arrangement_of_Contest
Ballot_Analyzing_Device
Correcting_Curiosity
Dwarf_Tower
Energy_Tycoon
Flight_Boarding_Optimization
Garage
Heavy_Chain_Clusterization
Intellectual_Property
J
Kids_in_a_Friendly_Class
Lonely_Mountain

12

3
Snow_White_and_the_7_Dwarfs
A_Problem
Another_Problem

1

2
Good_Problem
Better_Problem

0

提示

Time limit: 2 s, Memory limit: 256 MB.