| Show all threads     Hide all threads     Show all messages     Hide all messages | 
| WA3 | 👑TIMOFEY👑`~ | 1592. Chinese Watches | 30 Oct 2023 09:51 | 1 | 
| WA3 👑TIMOFEY👑`~ 30 Oct 2023 09:51 we have 12 hours on clocks | 
| WA #8 | Levon Oganesyan | 1592. Chinese Watches | 28 Jun 2023 11:28 | 2 | 
| WA #8 Levon Oganesyan 29 Nov 2013 16:49 Please give me some tests, my program passed all the tests on the forum
 Edited by author 22.07.2020 04:11
33:00:00
 4:00:00
 12:00:00
 answer: 4:00:00
 
 4
 1:00:00
 6:00:00
 6:00:00
 12:00:00
 answer: 6:00:00
 
 3
 1:00:00
 6:00:00
 12:00:00
 answer: 1:00:00
 | 
| weak tests | falicos | 1592. Chinese Watches | 11 Aug 2017 21:18 | 1 | 
| my program as many others in net got AC but failed on test3
 1:00:00
 12:59:58
 12:59:59
 Correct answer is 1:00:00 but not 13:00:00.
 | 
| help me WA20 | Sunnat | 1592. Chinese Watches | 18 Aug 2014 02:26 | 2 | 
|  
 Edited by author 07.06.2012 16:51
 | 
| wa #13 | Igor Sarcevic | 1592. Chinese Watches | 24 Jun 2014 22:19 | 2 | 
| wa #13 Igor Sarcevic 8 Apr 2009 02:34 i can't find the bug in my code, pls give me some tests :DTry this test:
 input:
 3
 12:00:00
 5:00:00
 8:30:00
 output:
 12:00:00
 
 My program passed all of the tests given in this forum and still failed on this one!
 | 
| WA7 Can anybody help me? | Skrebnev | 1592. Chinese Watches | 20 Jan 2014 02:02 | 8 | 
| .... I find some errors and now WA19 can anybody help me?if you have WA#7 try this test13
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 1:00:00
 2:00:00
 
 right answer 1:00:00
i have WA7, but my answer on this test is right (1:00:00)why?
1:00:00 -> 2:00:00, 12 hours2:00:00 -> 1:00:00, 11 hours
 
 11 less than 12=)))
can you explain please, why 1:00:00 -> 2:00:00, 12 hours.i guess that 1:00:00 -> 2:00:00 is 1 hour
because you have 12 clocks with 1:00:00 time and if you change them all to 2:00:00, you'll spend 12 hours (1 * 12). | 
| WA 8. Can anybody give me some tests or hints, thanks in anticipation! | YurecMolodec | 1592. Chinese Watches | 3 Dec 2013 04:02 | 1 | 
|  | 
| Test for WA9 | Игорь | 1592. Chinese Watches | 12 Jan 2012 20:46 | 2 | 
| 512:00:00
 12:00:00
 12:00:00
 12:00:00
 1:00:00
 | 
| Mistake in statement | OpenGL | 1592. Chinese Watches | 18 Nov 2009 17:15 | 3 | 
| In english language:"and the hour-hand rotates 60 times slower than the minute-hand." ->
 "and the hour-hand rotates 12 times slower than the minute-hand.", and similar mistake in russian.
up OpenGL 17 Nov 2009 00:43 Fixed Vladimir Yakovlev (USU) 18 Nov 2009 17:15 | 
| Can anyone help me on this problem? I need some hints. | Megatron | 1592. Chinese Watches | 25 Sep 2009 18:28 | 1 | 
|  | 
| What's the correct answer for 3 watches 12:00:00,  4:00:00,  8:00:00? | Igor Dex | 1592. Chinese Watches | 22 Aug 2009 16:25 | 4 | 
| I think answer can be any of 12:00:00, 4:00:00, 8:00:00 , can't it? | 
| Weak tests! | OpenGL | 1592. Chinese Watches | 2 Jun 2009 02:09 | 4 | 
| On this test my AC solution got WA:
 void main()
 {
 printf("50000\n");
 for(int i=0;i<25003;i++)
 {
 printf("1:00:08\n");
 };
 for(int i=25003;i<50000;i++)
 {
 printf("1:00:07\n");
 }
 };
 
 Right answer is 1:00:08 but my program write 1:00:07
Thank you for test. The problem was rejudged, 63 authors lost AC.Please change russian statment ("все часы идут вразнобой") to ("некоторые часы идут вразнобой")!!! ;)))Fixed Vladimir Yakovlev (USU) 2 Jun 2009 02:09 | 
| WA#3 | Dejan Mijic | 1592. Chinese Watches | 3 Apr 2009 23:53 | 1 | 
| WA#3 Dejan Mijic 3 Apr 2009 23:53 Could someone give some useful tests for this problem? My code seems to give good output for all tests posted here, but i still get WA #3. | 
| WA #3 | Aleksandar Ivanovic | 1592. Chinese Watches | 2 Apr 2009 19:22 | 1 | 
| WA #3 Aleksandar Ivanovic 2 Apr 2009 19:22 Can someone please help me with test case #3. I get WA on it, but my solution passes all test cases I made. :\ | 
| Why WA#3? | Nisarg Shah | 1592. Chinese Watches | 2 Apr 2009 19:20 | 3 | 
| My program works on sample input and all inputs given in discussion forum. But I am getting WA3. Can anybody please give me direction or this test case?I get WA3 as well, so ca u pls help me?
 Edited by author 02.04.2009 05:52
 
 Edited by author 02.04.2009 05:52
Mine too, what's the catch ? :( | 
| Why WA5? | mier | 1592. Chinese Watches | 19 Dec 2008 08:57 | 2 | 
| This test can help you:3
 3:00:00
 6:00:00
 9:00:00
 Answer is 9:00:00
 
 Edited by author 10.07.2008 23:14
Ansewr of my program is 9:00:00, but WA5( | 
| Test 14 WA, please help | Kant SU -Dmitry - DIVAN | 1592. Chinese Watches | 16 Dec 2008 20:28 | 9 | 
| I Have TLE on test 14, but my solution work O(n*log(n)).Qsort and linear algorithm O(n)! I don't understant why TLE.
Instead of qsort better O(n) sort using arr[43200] (busket)or maybe use
 for i := 1 to n do
 swap(a_[random(n)+1],a_[random(n)+1]);
 
It's O(MAXTIME), MAXTIME=12*60*60in promblem say that all clock difrentbut in 14 test some clock have same time and it amount >255 :)
in promblem say that all clock difrentbut in 14 test some clock have same time and it amount >255 :)
 Judge Look!!!I got WA#14 too :( ... please give me some usefull tests... thX | 
| Some useful test here(+) | Aram Shatakhtsyan | 1592. Chinese Watches | 11 Jan 2008 18:57 | 1 | 
| Try this test, when I had WA #14 it helped me.
 input:
 3
 1:00:00
 7:00:00
 7:00:00
 
 output:
 7:00:00
 | 
| test 18 (1592) | lain SSAU | 1592. Chinese Watches | 28 Oct 2007 02:02 | 1 | 
| WA :(Can anyone give me some sly tests?
 |