float res; for(int i=0; i<15; i++) { res = float(i)/15.0; //... } Unfortunately I get a syntax error at ...
確定! 回上一頁