//This program reads in a paragraph of text
// and counts the number of lines until it reaches
// a line of length 0. 
//


#include
#include

main()
{
  int count = 0;
  char names[40][60];
  cin.getline(names[0], 60);
  cout << names[0]  <