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 1581. Teamwork

WA for Test 8
Posted by nrl 26 Jun 2014 22:21
Anyone have idea what could be the problem ??
Any test case you would suggest ?
Thanks
Re: WA for Test 8
Posted by Tamirlan 4 Jul 2014 16:00
Try
1
4
Answer
1 4
Re: WA for Test 8
Posted by nrl 4 Jul 2014 20:10
Yes
When i run it on my machine the answer for
1
4
is
1 4

I am using byte array, should i use int array instead.. ??
Idk how but it worked for an earlier problem
Re: WA for Test 8
Posted by nrl 6 Jul 2014 09:40
I changed the byte array to short
Now I get the above test case wrong..
Why so ???!!!
Re: WA for Test 8
Posted by jpack 2 Oct 2015 01:09
Thank you