int main(){ int a,b; a = 5; b = a + 3; a = a - 3; return 0;} 我数学不好,所以想问一下。为什么a = a - 3。就象1 = 1 - 3吗?我不明白为什么在C语言里面是这...
阅读全文
2008
03-22