|
|
back to boardI know why the % of AC is low... The algo is easy, but you must read the problem's description very carefully, and take care of rounding: r = int(r * 100 + 0.5) / 100, use it when calc tax and add up... Because of rounding, it takes me almost one day to AC this problem...:( |
|
|