Search found 38 matches
- 9 years ago
- Forum: Archive (fixed)
- Topic: BROKEN????
- Replies: 1
- Views: 2962
- Gender:

BROKEN????
What happens with the COJ server? Is this a blackout???
- 9 years ago
- Forum: Announcements
- Topic: New feature - see other users' solutions!
- Replies: 4
- Views: 5031
- Gender:

Re: New feature - see other users' solutions!
It's a great idea!!! Thank you...
- 9 years ago
- Forum: Problem set
- Topic: 1129 - Sticks I
- Replies: 0
- Views: 1019
- Gender:

1129 - Sticks I
http://coj.uci.cu/24h/problem.xhtml?abb=1129 I have proved, by using assert(n<=50) that in this problem, the data test has parts of sticks with more than 50 units long, and that's not possible according to the problem, please fix this as soon as possible, and on the other hand you should specify th...
- 9 years ago
- Forum: Algorithms
- Topic: Matching in a general graph
- Replies: 3
- Views: 10757
- Gender:

Re: Matching in a general graph
Thanks mukel, I've been looking for it a long time, I'll let you know if I translate it, anyway some days ago I found this one, but I don't know wether it works or not ;) #include <iostream> #include <cstring> using namespace std; const int nMax = 250; const bool black = false; const bool red = true...
- 9 years ago
- Forum: Archive (done)
- Topic: Books
- Replies: 2
- Views: 2490
- Gender:

Books
I think there should be a forum for posting references of books and related articles in order to gain knowledge, and maybe some downloads site, managed by the administrators...
- 9 years ago
- Forum: Problem set
- Topic: 1192 - Work Scheduling
- Replies: 4
- Views: 2586
- Gender:

Re: about 1192
It's true, the same happen't to me
Or we misunderstood the problem, or the data tests are completely wrong....
- 9 years ago
- Forum: Algorithms
- Topic: Matching in a general graph
- Replies: 3
- Views: 10757
- Gender:

Matching in a general graph
Does anybody know about an efficient implementation of an algorithm for solving this problem? I mean an implementation short enough to be written during a contest...
- 9 years ago
- Forum: Off topic
- Topic: ACM-ICPC Finals
- Replies: 1
- Views: 4780
- Gender:

ACM-ICPC Finals
I have a question, does anybody know where to find the acm-icpc finals data tests, because I can only find the 2011's one. And my other question is if there is some kind of official solution for the same competition??