Search found 78 matches
- Sun Nov 09, 2008 2:48 pm
- Forum: Bugs and suggestions
- Topic: Submission migration mess up
- Replies: 1
- Views: 2469
Submission migration mess up
I failed to migrate submissions from the old UVA account 19422 to my current account mido1236 on the new uva site. Now the site reports that I already migrated my submissions. Any help would be welcome.
- Sun Jun 15, 2008 11:31 am
- Forum: Other words
- Topic: Submission migration mess up
- Replies: 0
- Views: 2338
Submission migration mess up
It seems I messed up with the submission migration (migrated a different account, it seems). Of course now when I retry it the system reports that I have already migrated.My ID is 19422. Thank you for your time.
- Tue Sep 05, 2006 12:46 am
- Forum: Other words
- Topic: A dream...
- Replies: 0
- Views: 1623
A dream...
I had a dream the other day that the 2 world finals limit ICPC rule was changed to an extra year for those that got honorable mention twice....
Just a dream...nothing more...
honest....
Just a dream...nothing more...
honest....

- Sat Apr 01, 2006 12:56 am
- Forum: Volume 102 (10200-10299)
- Topic: 10261 - Ferry Loading
- Replies: 41
- Views: 20873
- Thu Mar 30, 2006 4:50 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10462 - Is There A Second Way Left?
- Replies: 29
- Views: 15608
- Sat Mar 25, 2006 10:35 pm
- Forum: C++
- Topic: OJ C++ compiler inquiry....
- Replies: 3
- Views: 2217
- Sat Mar 25, 2006 3:43 am
- Forum: C++
- Topic: OJ C++ compiler inquiry....
- Replies: 3
- Views: 2217
OJ C++ compiler inquiry....
3 years on this great judge and I still don't know the following....
What version of gcc is used...?
Is the compiled code optimized or not...?
Thanks mates....
What version of gcc is used...?
Is the compiled code optimized or not...?
Thanks mates....
- Sat Mar 18, 2006 8:26 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11012 - Cosmic Cabbages
- Replies: 29
- Views: 9515
11012 - Cosmic Cabbages
Any ideas for problem A in finals warmup 2(Cabbages)....thanks
- Thu Mar 09, 2006 12:56 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11010 - Tic-Tac-Tough
- Replies: 20
- Views: 7591
11010 - Tic-Tac-Tough
tough indeed...
would normal,direct min-max with memoization work here, or must I use shortcuts...?
thanks...
would normal,direct min-max with memoization work here, or must I use shortcuts...?
thanks...
- Mon Feb 27, 2006 9:14 pm
- Forum: ACM ICPC Archive Board
- Topic: Problem 3277 : Workshops
- Replies: 7
- Views: 7023
Problem 3277 : Workshops
Any hints how to do this.... I tried to think of possible greedy algs, but each one seemed to have a snag...
Thanks....
Thanks....
- Wed Feb 22, 2006 6:33 pm
- Forum: Algorithms
- Topic: Gabow's algorithm and Shorir's algorithm?
- Replies: 1
- Views: 2023
- Mon Nov 21, 2005 12:29 am
- Forum: Volume 109 (10900-10999)
- Topic: 10934 - Dropping water balloons
- Replies: 12
- Views: 6895
- Thu Nov 17, 2005 10:31 am
- Forum: Volume 109 (10900-10999)
- Topic: 10934 - Dropping water balloons
- Replies: 12
- Views: 6895
- Mon Oct 17, 2005 3:37 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10056 - What is the Probability ?
- Replies: 26
- Views: 9093
- Tue Jul 12, 2005 9:49 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10180 - Rope Crisis in Ropeland!
- Replies: 39
- Views: 22520
Just got my code from WA for several days to AC. The last changes I made were as follows: Fix the code for checking that the two points are not the same. Fix the code for checking the intersection between the intersection between the rope and the circle Use double instead of long double It's worthy ...