Search found 24 matches
- Wed Nov 30, 2005 1:56 am
- Forum: Off topic (General chit-chat)
- Topic: Who is this worm3959
- Replies: 4
- Views: 2327
- Sun Nov 27, 2005 12:25 am
- Forum: Off topic (General chit-chat)
- Topic: Author Info and profile (To ADMIN)
- Replies: 8
- Views: 4423
- Fri Nov 25, 2005 5:28 am
- Forum: Off topic (General chit-chat)
- Topic: Author Info and profile (To ADMIN)
- Replies: 8
- Views: 4423
- Mon Nov 07, 2005 10:23 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10946 - You want what filled?
- Replies: 38
- Views: 19186
Your floodFill function is not very stack-friendly. Try to replace your floodFill with an empty function to see if you get wrong answer instead. void floodFill( cint i, cint j ) { return; } If you get WA, try to write an iterative flood fill. An ugly but easy way to do this is to directly convert yo...
- Wed Nov 02, 2005 6:35 am
- Forum: Off topic (General chit-chat)
- Topic: Access Denied?
- Replies: 14
- Views: 5691
I wonder if this problem is related with the "personal info not correct" problem. (My profile is http://acm.uva.es/cgi-bin/OnlineJudge?AuthorInfo:12139 but the country, name and registration date is incorrect).
Hopefully these problems will be fixed soon.
Hopefully these problems will be fixed soon.
- Wed Nov 02, 2005 6:31 am
- Forum: Other words
- Topic: Runtime Error
- Replies: 2
- Views: 1713
- Tue Nov 01, 2005 10:43 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10957 - So Doku Checker
- Replies: 31
- Views: 15893
Here are some test cases if anyone's interested. At first I posted these because I didn't know why my program failed. Now I do. :) 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0...
- Mon Oct 31, 2005 11:17 pm
- Forum: C++
- Topic: priority queue in STL
- Replies: 2
- Views: 1979
- Mon Oct 31, 2005 6:40 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10956 - Prime Suspect
- Replies: 24
- Views: 12520
- Mon Oct 31, 2005 6:35 am
- Forum: Volume 109 (10900-10999)
- Topic: 10957 - So Doku Checker
- Replies: 31
- Views: 15893
I have a love-hate relationship with these problems. On one hand I have already written several so doku solvers. On the other hand I am very well aware there are some very special cases that will completely screw up my runtime, if it weren't for the constraints. God forbid someone will create a prob...
- Sun Oct 30, 2005 11:52 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10956 - Prime Suspect
- Replies: 24
- Views: 12520
The problem itself was fun (thanks little joey!) but I too agree the input was a little too heavy. My program takes 8 seconds (but then again I'm new to this and used cin ;) ) All of you who solved this fast (less than 4 seconds), did you modify the witness algorithm or did you rely on code optimiza...
- Sun Oct 30, 2005 4:22 am
- Forum: Volume 109 (10900-10999)
- Topic: 10954 - Add All
- Replies: 80
- Views: 30229
- Sat Oct 29, 2005 5:00 am
- Forum: C++
- Topic: Who has easier variant?
- Replies: 4
- Views: 2537
- Thu Oct 27, 2005 5:05 pm
- Forum: Algorithms
- Topic: anagram(next_permutation)
- Replies: 2
- Views: 1279
- Thu Oct 27, 2005 5:46 am
- Forum: Algorithms
- Topic: Artificial Intelligence (project)
- Replies: 2
- Views: 1428