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 1823. Ideal Gas

WA 6? what is test?
Posted by orcchg 25 Aug 2011 03:12
Re: WA 6? what is test?
Posted by orcchg 25 Aug 2011 03:29
No prob, i proceed to AC now.

I guess, Test 6 is:

T != 0.0
V != 0.0
p == 0.0
n - ?

Ans: n = 0 (just 0, not 0.000000)

T != 0.0
V != 0.0
n == 0.0
p - ?

Ans: same here, p = 0
Re: WA 6? what is test?
Posted by Adhambek 9 Jun 2013 01:54
your answer is wrong . because it becomes T != 0 and V != 0 and n == 0 answer is error!
i think answer is "error" when n != 0 and p == 0 or p != 0 and n == 0 ...