#include <stdio.h> int main(){ unsigned char i = 1; i -= 4; printf("the value of i is: %d" , i); }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题