#include <stdio.h>void main(){ short int a,b; a = 32767; b = a+1; printf("%d \n",b);}

2015-04-13 14:30 来自版块 - 新人报道


返回顶部