收起
我仔细看了题目,并且上机验证,答案是18不是10
我说怎么想了半天想不通,坑
#include <stdlib.h> int main() { int x; printf("%d", ((x=2*3,x+4),x*3)); return(0); }
报告相同问题?