#include<stdio.h>void main(){ int m; m=2; m+=m-=m*m; printf("m=%d \n",m);}
赋值运算符
原文:https://www.cnblogs.com/zhangdemingQ/p/12046161.html