scanf("%d", &x); getchar();scanf("%c", &ch);
scanf("%d", &x); scanf(" %c", &ch); // 注意空格
scanf("%d", &x); scanf("%*c%c",&ch);
%c前加上\n