-2

100/100000 の結果を取得したい場合.. 0 しか得られません。

int one = 100;
int two = 100000;
int result = one/two;
toast(result);  //Result is 0
4

1 に答える 1