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 1510. Order

Can anyone post test 5 ?
Posted by Nurbek 29 Oct 2006 14:14
Re: Can anyone post test 5 ?
Posted by tester 29 Oct 2006 14:16
maybe like this....

5
1 2 3 4 5

or

1
1

or

5
1 1 1 1 1
Re: Can anyone post test 5 ?
Posted by Nurbek 29 Oct 2006 14:28
Does each answer in your tests equal to 1 ?

Edited by author 29.10.2006 14:28
Re: Can anyone post test 5 ?
Posted by tester 29 Oct 2006 14:31
yes.

paste your code here.later delete.
Re: OK
Posted by Nurbek 29 Oct 2006 14:32


Edited by author 29.10.2006 14:50
Re: OK
Posted by tester 29 Oct 2006 14:35
ohhhh.your solution incorrect.because
0 ≤ K ≤ 1000000000

check this test
4
10000000 10000001 10000001 100000002

answer:10000001
Re: Can anyone post test 5 ?
Posted by Spieler (USU) 29 Oct 2006 14:39
Test "5 1 2 3 4 5" is incorrect!
Re: OK
Posted by Nurbek 29 Oct 2006 14:41
It gives error, shouldn't longint include all of this data ?
Re: OK
Posted by tester 29 Oct 2006 14:44
begin
read(u); here>> 0 ≤ U ≤ 1000000000 and your array z:array[0..500000] of longint;

inc(z[u]);
end;

use quicksort.
Re: OK
Posted by Nurbek 29 Oct 2006 14:49
Thanx a lot!!! I picked up a wrong solution way !!!
tests of tester
Posted by Molochiy Ivan[ Lviv NU ] 12 Mar 2007 23:02
the answer on test

4
10000000
10000001
10000001
100000002

is 100000002
Re: tests of tester
Posted by Romko [Lviv NU] 12 Mar 2007 23:15
Are you sure??? Read problem statement more carefuly. You should to output the majority element of this array[it's element which meeting in array more then n/2 times], so the majority element in your sample is 10000001.
Re: Can anyone post test 5 ?
Posted by Logic 13 Mar 2007 11:16
hi Nurbek where do you study ?
which ktl ?