#include <stdio.h> int main() { int i = 1; i = i ^ i; printf("%d\n", i); return 0; }
程序运行后的输出结果是?
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题