#include<bits/stdc++.h> #include<conio.h> using namespace std; int main(){ int tot=0,start,end; start=time(0); char s=getch(); while(++tot<=100){ char x=getch(); cout<<tot<<"\n"; } end=time(0); cout<<end-start; while(1); return 0; }