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

orcchg WA 6? what is test? [2] // Problem 1823. Ideal Gas 25 Aug 2011 03:12
orcchg Re: WA 6? what is test? [1] // Problem 1823. Ideal Gas 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
Adhambek Re: WA 6? what is test? // Problem 1823. Ideal Gas 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 ...