ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1576. Telephone Tariffs

Can 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;
}