C language network - Blue Bridge Cup -1083

 

java.util.Scanner Import; 

public class Practice_1002 {

public static void main (String [] args) {

int Number = 0;
Scanner Scanner Scanner new new = (the System.in);

the while (Scanner.hasNext ()) {// the hasNext The method does not return false, and waits for input
Number = scanner.nextInt ();
of System.out.print ((char) Number);
}
}
}

 Trying to write notes, looked under hasNext source, still need a lot of understanding. Keep improving it, practice it slowly hard to find good, I hope they can stick to it, write a title every day, every day to see a little source.

C language network official announcement:

Mix one day and trying day, one day not see any difference three days do not see any change in seven days do not see any distance ......

But after a month you will see a different topic, after three months will see a different gas field, after six months will see a different distance, a year after will see a very different path in life.

 

Guess you like

Origin www.cnblogs.com/blog-of-guoqi/p/11533070.html