# include & ltstdio.h & gt
void main()
{
int I;
char s;
Scanf_s("%d%c ",&me&); //Enter the number immediately, and S reads and takes the carriage return.
printf("%d\n ",I);
scanf_s("%c ",& amps); //You can read the characters when you enter them again.
printf("%c\n ",s);
System ("suspended");
}