#include <stdio.h>int main(){ int x = 0; printf("x=%d\n",x+0); printf("x=%d\n",x+2); return 0;}
这样思维方式就是小学数学不是c