unsigned short A = 10; printf("~A = %u\n", ~A); char c = 128; printf("c=%d\n", c);
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题