今天学习了:
if,?,&&等的用法。
写题
char取值范围为-128~127
unsigned char取值范围为0~255
此处应用unsigned char ,否则如果出现超出127的数会导致程序出错。