不挂科搜题免费

问题:

int x=5;
System.out.println(x++);

答案:

5