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 1283. Dwarf

Wrong Russian text again
Posted by Fyodor Menshikov 27 Oct 2006 11:24
In English:
When the amount of gold in a pot becomes less than or equal to a certain level

In Russian:
Kogda u gnomika ostayotsya menshe opredelyonnogo kolichestva zolota

Of course "<=" is not the same as "<". Why should I watch the forum for clarification after wa1? Why the statement can't include the clarification? In the worst case Timus team must change English statement to make it equal to Russian. But much better is to change Russian one. Only one word "menshe" should be changed to "ne bol'she".
Re: Wrong Russian text again
Posted by Igor Goroshko 19 Nov 2006 19:07
I agree with Fyodor Menshikov. I also had WA at test #1, then I watched the forum and saw this message. After changing "<" to "<=" I got AC.
Judges, change russian text, please!
Re: Wrong Russian text again
Posted by Alias (Alexander Prudaev) 23 Mar 2007 12:26
i have got wa
in my program was this code
    if (a<b)
    {
        printf("0\n");
        return 0;
    }
    if (a==b)
    {
        printf("1\n");
        return 0;
    }

when i change it to
    if (ai<=bi)
    {
        printf("0\n");
        return 0;
    }
A have got AC.

Russian text of statement is wrong!
Re: Wrong Russian text again
Posted by Alexander Kouprin 23 Mar 2007 19:59
Yeap!
I used '<' and got WA#1.
Later, I sent writeln(0) and got WA#3!

See this:
1462633 17:46:11
Alexander Kouprin 1283 Pascal Accepted 0.015 212 Kb
1462628 17:42:07
Alexander Kouprin 1283 Pascal Wrong answer 3 0.001 212 Kb
1462627 17:42:00
Alexander Kouprin 1283 Pascal Wrong answer 1 0.015 212 Kb
1462626 17:41:52
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 212 Kb
1462625 17:40:33
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 212 Kb
1462605 17:09:50
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 208 Kb
1462604 17:09:40
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 208 Kb
1460473 00:27:36
Alexander Kouprin 1283 Pascal Wrong answer 1 0.015 188 Kb
1460469 00:26:48
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 188 Kb
1460465 00:23:58
Alexander Kouprin 1283 Pascal Wrong answer 1 0.015 184 Kb
1460464 00:22:51
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 184 Kb
1460463 00:22:38
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 184 Kb
1447763 21:15:09
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 204 Kb
1447760 21:11:38
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 204 Kb
1441129 01:43:11
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 200 Kb
1441127 01:42:55
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 200 Kb
1441059 23:55:39
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 200 Kb
1441058 23:55:25
Alexander Kouprin 1283 Pascal Wrong answer 1 0.001 200 Kb


-----------------
I tried to solve it more than 15 days!!!
http://acm.timus.ru/status.aspx?space=1&num=1283&author=49370

Edited by author 23.03.2007 20:08
Re: Wrong Russian text again
Posted by Michael Hranik(VNTU) 7 Oct 2009 18:44
I am agree with you!