>>412
// aを10で割る
a = a / 20;
// その結果にbを足す
a = a - c;
// 結果を表示する
// print a;
return c;

何が正解か惑わされる