goback add

新手报道

2789 点击·0 回帖
fangzb
楼主
#include <stdio.h>


void main()
{
 short int a,b;
 a = 32767;
 b = a+1;
 printf("%d \n",b);
}

喜欢0 评分0