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 1318. Logarithm

WA on test 3. Please give me some tests
Posted by Protsenko Sergey[Ivanovo SPU] 8 Sep 2004 15:51
Re: WA on test 3. Please give me some tests
Posted by Gheorghe Stefan 8 Sep 2004 16:43
you cand generate tests yourself and compare with a brute force algorithm...
Re: WA on test 3. Please give me some tests
Posted by Protsenko Sergey[Ivanovo SPU] 8 Sep 2004 23:30
I mean some tricky tests.
I have AC!
Posted by Protsenko Sergey[Ivanovo SPU] 9 Sep 2004 15:09
0.568 sec
WA3
Posted by Alias (Alexander Prudaev) 8 Aug 2007 20:58
My btute-force program gets WA3
by the way, some people have already solved this problem on java

Edited by author 08.08.2007 21:11
Re: WA3
Posted by Fetisov Alex [USTU Frogs] 30 Apr 2008 19:11
I had WA3 when didn't look through all the powers of 10 (38 is the last one) for my prebuild table.
Re: WA on test 3. Please give me some tests
Posted by Partisan 14 Sep 2009 01:07
Try these:
2
0 0 0 8
0 0 0 9
--> 0

2
0 0 0 4
0 0 0 12
--> 0
Re: WA on test 3. Please give me some tests
Posted by Leonid (SLenik) Andrievskiy 24 Aug 2011 00:25
Another test:
2
0 0 0 10
0 0 0 0
--> 2

Edited by author 24.08.2011 00:31
Re: WA on test 3. Please give me some tests
Posted by Ivan Tyamgin (TNU) 9 Apr 2014 22:15
2
0 0 0 0
4294967295 4294967295 4294967295 4294967295
--> 76