#include<iostream>
#include<string>
string details;
int count;
int years;
count=0;
while(cin>>string){
years=0;
years=((string[11]-'0')*10+(string[12]-'0'))
if(years>60||years==60)
count++;
}
cout<<count<<endl;
這樣不知道給不給過
我猜會吃compile error
唉
當初就不該去讀三類的
讀三類幹什麼