ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1099. Work Scheduling

What is wrong in my program, I got WA. Please give me some test
Posted by Algorithmus_UA(algorithmus@univ.kiev.ua) 19 Jun 2002 17:03
[deleted by moderator]

Edited by moderator 11.04.2004 01:52
Re: What is wrong in my program, I got WA. Please give me some test
Posted by Andrey Popyk (popyk@ief.tup.km.ua) 20 Jun 2002 12:48
This is general graph matching, and you cannot find augmenting path
in such way, that you use in bipartite graph matching.