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 2098. Lada Priora

WA5 solution
Posted by esbybb 3 Aug 2016 00:49
double dif = Math.abs(oform - neoform);
if (oform > neoform && dif > 0.000001) {
            System.out.println("Cash");
        } else {
            System.out.println("Insurance");
        }
Re: WA5 solution
Posted by fstilus // [SESC 18] // -{+}.team 23 Oct 2016 14:05
It really helps me to get AC. Thank you

Edited by author 23.10.2016 14:05

Edited by author 23.10.2016 14:05
Re: WA5 solution
Posted by esbybb 1 Nov 2016 04:42
no problem
Re: WA5 solution
Posted by Михаил 27 Apr 2020 13:25
Thanks, good advice