问题2621--Count

2621: Count

[命题人 : ]
时间限制 : 1.000 sec  内存限制 : 64 MB

题目描述

This problem is strictly to acclimate teams to the contest environment. We strongly suggest you first finish this problem, and then attempt the more complex practice problem.

输入

The input file will contain an unknown number of lines with at most 100 characters on each line. All the characters will be printable ASCII characters. Note that the input file will always exist, but may be empty.

输出

The number of lines in the input file.

样例输入 Copy

one
and two
three

样例输出 Copy

3

来源/分类