#include int m;int main(void){ int a=3;m+=a+5;printf(m=%d,a=%d,m,a);return 0;}

时间:2022-11-11 10:27:26

相似题目

推荐题目