This year an online final round of Algorithmic Engagements will be held, in parallel to an onsite contest in Poland. Save the date: November 26 , 9:00-14:00 Warsaw time . Problem statements will be available in English and Polish. See also the official website: http://contest.mimuw.edu.pl
This is ...
Search found 8 matches
- Tue Nov 22, 2011 2:35 am
- Forum: Other words
- Topic: Algorithmic Engagements 2011 online final round
- Replies: 0
- Views: 4074
- Sat Apr 16, 2011 12:01 am
- Forum: Volume 119 (11900-11999)
- Topic: 11952 - Arithmetic
- Replies: 11
- Views: 6413
Re: 11952 - Arithmetic
The task description is clear in case of 1-based system. The only allowable digit is 1.
- Sun Apr 10, 2011 2:08 am
- Forum: Volume 119 (11900-11999)
- Topic: 11945 - Financial Management
- Replies: 10
- Views: 6185
Re: 11945 - Financial Management
When the sum is 6 pennies, you print 0 while after rounding half a penny to the nearest penny you should get 1 as the answer.mostafa_angel wrote:I don't understand it !
how I can Do it !?
thank U for replay !
- Fri Apr 08, 2011 8:50 pm
- Forum: Volume 119 (11900-11999)
- Topic: 11945 - Financial Management
- Replies: 10
- Views: 6185
Re: 11945 - Financial Management
It looks like your problem is the division by 12 which does not round to the nearest penny.
I am not sure it is the only problem, but fully debugging your program will kill all your fun.
I am not sure it is the only problem, but fully debugging your program will kill all your fun.
- Fri Apr 08, 2011 8:47 pm
- Forum: Volume 119 (11900-11999)
- Topic: 11943 - The heart flu
- Replies: 1
- Views: 1885
Re: 11943 - heart flu
I got an e-mail answer from ?? who explained the whole thing:
Only calculate the number of comma behind the person age*
If I know the number of comma is x?then 60=<x*10<=100 and each decimal no
more than 35mv is pass ?or NO pass?
And it works. As for the dashes, you have to use three. This was ...
Only calculate the number of comma behind the person age*
If I know the number of comma is x?then 60=<x*10<=100 and each decimal no
more than 35mv is pass ?or NO pass?
And it works. As for the dashes, you have to use three. This was ...
- Fri Apr 08, 2011 5:00 pm
- Forum: Volume 119 (11900-11999)
- Topic: 11943 - The heart flu
- Replies: 1
- Views: 1885
11943 - The heart flu
Has anyone any idea how to interpret the sentences?
1. Is a double dash or a triple dash to appear in the output? [ output description and sample output are contradictory ]
2. Is the sample output correct? First two outputs are PASS while their QRS is shorter than 60ms!?
3. What is the ...
1. Is a double dash or a triple dash to appear in the output? [ output description and sample output are contradictory ]
2. Is the sample output correct? First two outputs are PASS while their QRS is shorter than 60ms!?
3. What is the ...
- Wed Mar 23, 2011 5:14 pm
- Forum: Volume 2 (200-299)
- Topic: 235 - Typesetting
- Replies: 6
- Views: 4369
Re: 235
3. I use actual_width = (width * size +9) / 10, which will always be >0. But as stated this is wrong. It should be actual_width = (width * size +5) / 10, which can be zero.
This remark is no longer valid. In order to get accepted you have to use the second formula which conforms to the problem ...
This remark is no longer valid. In order to get accepted you have to use the second formula which conforms to the problem ...
- Tue Oct 19, 2010 10:24 am
- Forum: Volume 6 (600-699)
- Topic: 605 - The Rotating Disk
- Replies: 8
- Views: 5703
Re: 605 - The Rotating Disk
I'm still fighting the prob and cannot get accepted. Could someone please share with me some clarifications of the tasks? The description is rather vague.
1. What is "the natural order"? Is the reverse "3 2 1" natural?
2. How do you understand "You must not display moves around the whole
track ...
1. What is "the natural order"? Is the reverse "3 2 1" natural?
2. How do you understand "You must not display moves around the whole
track ...