I have a problem..
I have exactly the same problem. The problem appears yesterday.
My judge ID is 30513.
Just one question...has that account ever been yours? I mean...we've recycled some accounts without submissions. Maybe that's one of them, and the system uses old system's data (old user's ...
Search found 15 matches
- Thu Mar 30, 2006 7:19 am
- Forum: Bugs and suggestions
- Topic: Email account problem!
- Replies: 3
- Views: 3115
- Fri Oct 21, 2005 6:59 pm
- Forum: Algorithms
- Topic: LCA (Least Common Ancestor) Problem
- Replies: 4
- Views: 2751
- Fri Oct 21, 2005 9:58 am
- Forum: Algorithms
- Topic: LCA (Least Common Ancestor) Problem
- Replies: 4
- Views: 2751
- Thu Oct 20, 2005 3:48 pm
- Forum: Algorithms
- Topic: LCA (Least Common Ancestor) Problem
- Replies: 4
- Views: 2751
LCA (Least Common Ancestor) Problem
Can anyone recommend me some problem in UVA's problemset to test my solution to the LCA problem?
- Tue Feb 15, 2005 8:57 am
- Forum: Volume 108 (10800-10899)
- Topic: 10816 - Travel in Desert
- Replies: 49
- Views: 29657
- Mon Feb 14, 2005 10:27 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10816 - Travel in Desert
- Replies: 49
- Views: 29657
- Mon Feb 14, 2005 8:57 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10816 - Travel in Desert
- Replies: 49
- Views: 29657
Hi!
Solving this problem, I stored all possible temperatures in the array, sort it in the ascending order, and then start to solve this problem for a fixed temperature using simple Dijkstra algorithm until i found a temperature where solution exist.
This algorithm can be upgraded using binary search ...
Solving this problem, I stored all possible temperatures in the array, sort it in the ascending order, and then start to solve this problem for a fixed temperature using simple Dijkstra algorithm until i found a temperature where solution exist.
This algorithm can be upgraded using binary search ...
- Sat Feb 12, 2005 11:11 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10814 - Simplifying Fractions
- Replies: 30
- Views: 21883
- Sat Feb 12, 2005 7:03 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10814 - Simplifying Fractions
- Replies: 30
- Views: 21883
10814 - Simplifying Fractions
Hi!
If there exist a simple way to solve this problem
(without writing classic "long arithmetics" )?
May be we could use that P,Q < 10**30, so both of them could be represented as a pair of two 64-bit integers?

If there exist a simple way to solve this problem
(without writing classic "long arithmetics" )?
May be we could use that P,Q < 10**30, so both of them could be represented as a pair of two 64-bit integers?
- Mon Aug 16, 2004 7:52 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10066 - The Twin Towers
- Replies: 35
- Views: 19307
- Mon Aug 16, 2004 3:26 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10066 - The Twin Towers
- Replies: 35
- Views: 19307
- Mon Aug 16, 2004 2:48 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10066 - The Twin Towers
- Replies: 35
- Views: 19307
- Mon Aug 16, 2004 12:26 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10066 - The Twin Towers
- Replies: 35
- Views: 19307
10066 (Twin Towers) - Why WA??????
I used simple DP-based algorithm to find LCS. Everything seems to be OK, but I've got WA.
[pascal]
Type Integer = LongInt;
Const MaxN = 100;
Var A, B : Array[1..MaxN] Of Integer;
N, M : Integer;
D : Array[0..MaxN, 0..MaxN] Of Integer;
Function Load : Boolean;
Var I : Integer;
Begin
Load:=False ...
[pascal]
Type Integer = LongInt;
Const MaxN = 100;
Var A, B : Array[1..MaxN] Of Integer;
N, M : Integer;
D : Array[0..MaxN, 0..MaxN] Of Integer;
Function Load : Boolean;
Var I : Integer;
Begin
Load:=False ...
- Thu Mar 25, 2004 9:14 pm
- Forum: Other words
- Topic: Problems from past World Finals
- Replies: 3
- Views: 4173
Thanks!
Thanks 

- Wed Mar 24, 2004 11:15 pm
- Forum: Other words
- Topic: Problems from past World Finals
- Replies: 3
- Views: 4173
Problems from past World Finals
Hello everyone.
Where can i find and submit problems from ACM ICPC World Finals?
i can't find them in acm.uva.es problemset
Where can i find and submit problems from ACM ICPC World Finals?
i can't find them in acm.uva.es problemset
