Pro.ID10033 TitleA Famous City Title链接http://10.20.2.8/oj/exercise/problem?problem_id=10033 AC8 Submit28 Ratio28.57% 时间&空间限制描述After Mr. B arrived in Warsaw, he was shocked by the skyscrapers and took several photos. But now when he looks at these photos, he finds in surprise that he isn't able to point out even the number of buildings in it. So he decides to work it out as follows:
Mr. B has finished the first two steps, the last comes to you. 输入Each test case starts with a line containing an integer n (1 ≤ n ≤ 100,000). Following this is a line containing n integers --- the height of building in each piece respectively. Note that zero height means there are no buildings in this piece at all. All the input numbers will be nonnegative and less than 1,000,000,000. 输出Description After Mr. B arrived in Warsaw, he was shocked by the skyscrapers and took several photos. But now when he looks at these photos, he finds in surprise that he isn't able to point out even the number of buildings in it. So he decides to work it out as follows:
Mr. B has finished the first two steps, the last comes to you. Input Each test case starts with a line containing an integer n (1 ≤ n ≤ 100,000). Following this is a line containing n integers --- the height of building in each piece respectively. Note that zero height means there are no buildings in this piece at all. All the input numbers will be nonnegative and less than 1,000,000,000. Output For each test case, display a single line containing the case number and the minimum possible number of buildings in the photo. Sample Input 3 Sample Output Case 1: 3 Hint The possible configurations of the samples are illustrated below: Source 样例输入3 样例输出Case 1: 3 提示The possible configurations of the samples are illustrated below: |