【c++】printf中的C語言計算. 阿新• • 發佈:2020-12-15. #include <stdio.h> int main(){ int x; x = (10+20)*(1.0/2); printf("%d", x); return 0; }
確定! 回上一頁