|
|
back to boardCan somebody help me with the WA 4 Posted by Dev 21 Jun 2015 00:05 can someone tell me the test case 4 for this question. kindly help Re: Can somebody help me with the WA 4 Posted by BZz13 18 Nov 2015 17:40 I thihk Test4 is about "Combined" int GetCost() const { return abon + (totalMinut > minutLimit ? totalMinut - minutLimit : 0) * minutCost; } |
|
|