Search found 39 matches
- Sat Jul 17, 2004 5:54 am
- Forum: Volume 1 (100-199)
- Topic: 154 - Recycling
- Replies: 29
- Views: 3953
Thanks for replying. ..Yes i checked for both cases like 'e' and 'essence' etc. My algo is like this: Get input for city n, seperate the five bin's information, and store it as a data for city n. Get the data for all the cities in the same way. Also, count the number of the cities. Now starting from...
- Fri Jul 16, 2004 5:21 pm
- Forum: Volume 1 (100-199)
- Topic: 154 - Recycling
- Replies: 29
- Views: 3953
154 : Recycling
Hi,
I'm getting WA on 154, can anyone give me some critical inputs/outputs? Is there any special case/tricks?
Thank you!
I'm getting WA on 154, can anyone give me some critical inputs/outputs? Is there any special case/tricks?
Thank you!
- Fri Jul 16, 2004 5:09 pm
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 26924
- Fri Jul 16, 2004 1:59 pm
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 26924
Hi, I'm getting WA for this problem. I've gone through the forum and checked for everything that I found and could think of. I usually don't submit source code, but now I'm getting very confused by all these WAs and that's why I'm submitting my code. Can anyone point out my mistake, please? :cry: Th...
- Mon Jul 12, 2004 4:28 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10197 - Learning Portuguese
- Replies: 45
- Views: 16788
Thanks!
A B-i-G thanks to Sohel
for the help, (and so fast too
)
I've got accepted.
My mistake was that for 2 letter words i was printing the word as well, where i was supposed to print the "o,es,e,imos" etc only.
Thanks again!


I've got accepted.
My mistake was that for 2 letter words i was printing the word as well, where i was supposed to print the "o,es,e,imos" etc only.
Thanks again!
- Mon Jul 12, 2004 6:42 am
- Forum: Other words
- Topic: Avatar Problem
- Replies: 1
- Views: 1023
Avatar Problem
Why I can't select any avatar? Whenever I try to select one from the gallery, i get the following message: Warning: is_file(): Stat failed for images/avatars/gallery/General (errno=13 - Permission denied) in /var/www/htdocs/board/includes/usercp_avatar.php on line 279 Warning: is_link(): Lstat faile...
- Mon Jul 12, 2004 6:32 am
- Forum: Volume 101 (10100-10199)
- Topic: 10197 - Learning Portuguese
- Replies: 45
- Views: 16788
10197 WA
Hi Sohel, I'm also getting WA for this problem. You've posted " I consdered two lettered portugese words as having no conjugation. But in this program this is not so. ", could you please explain what do you mean by this? I thought that every word in the input should have two letter suffix ...
- Thu Jul 01, 2004 7:23 am
- Forum: Volume 3 (300-399)
- Topic: 371 - Ackermann Functions
- Replies: 196
- Views: 33743
- Mon Jun 28, 2004 7:59 pm
- Forum: Volume 3 (300-399)
- Topic: 371 - Ackermann Functions
- Replies: 196
- Views: 33743
371:Ackermann Functions, Confusion
In the problem statement, it says: " V = the first value that generates the longest sequence, (if two or more values generate the longest sequence then only show the lower value) S = the length of the generated sequence. " In the next line: " In the event that two numbers in the inter...