#include <stdio.h>. #include <stdlib.h> void main(void). { int x = 10; //宣告變數並指定初值 int y = 3; float z; z = (float)x / y;. //依序將引數 ...
確定! 回上一頁