#include <stdio.h> int main() { char ch = -1; printf(" %02x, %02x", ch, (unsigned char)ch); return 0; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题