#include<stdio.h> int main() { int x=5,a=0,b=0; if(x=a+b) printf("****\n"); else printf("####\n"); return 0; }
收起
a+b = 0以0作为返回值为假这是一种特殊情况
报告相同问题?