#include<stdio.h> #include<ctype.h> int main(void) { int ch; while(isspace(ch=getchar())); printf("%d\n",ch); while(getchar()!='\n') continue; }