This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var = 0.1 / dim of compensated mov. = -1 (9 2 12) | |
| var = 0.2 / dim of compensated mov. = 3 (9 5 11) | |
| var = 0.3 / dim of compensated mov. = 3 (9 5 11) | |
| var = 0.4 / dim of compensated mov. = -1 (9 5 15) | |
| var = 0.5 / dim of compensated mov. = 3 (9 5 11) | |
| var = 0.6 / dim of compensated mov. = 3 (9 5 11) | |
| var = 0.7 / dim of compensated mov. = 0 (9 2 11) | |
| var = 0.8 / dim of compensated mov. = 3 (9 5 11) | |
| var = 0.9 / dim of compensated mov. = -1 (9 5 15) | |
| var = 1.0 / dim of compensated mov. = 4 (10 5 11) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /************************************************************* | |
| * | |
| * MathJax/extensions/TeX/xypic.js | |
| * | |
| * Implements Xy-pic environment. | |
| * | |
| * --------------------------------------------------------------------- | |
| * | |
| * Copyright (c) 2011-2014 Isao Sonobe <sonoisa@gmail.com>. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| from collections import deque | |
| lines = [] | |
| for line in sys.stdin: | |
| lines.append(line.rstrip('\n')) | |
| N = int(lines[0]) | |
| G = [set() for _ in range(N)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 | |
| 20 | |
| 3 | |
| 5 | |
| 2 3 | |
| 2 4 | |
| 2 4 | |
| 9 3 | |
| 7 6 | |
| 5 4 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 | |
| 20 | |
| 1 1 1 2 | |
| 1 5 3 2 | |
| 1 5 1 2 | |
| 1 5 1 2 | |
| 1 5 2 | |
| 1 4 2 | |
| 1 5 2 | |
| 1 7 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 | |
| 20 | |
| 3 3 7 | |
| 2 4 7 | |
| 1 5 8 | |
| 8 6 1 | |
| 8 3 3 | |
| 3 3 2 2 3 | |
| 2 2 3 2 1 4 | |
| 3 1 3 3 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 | |
| 20 | |
| 1 4 5 2 3 | |
| 1 3 3 1 2 3 | |
| 3 2 2 3 2 1 | |
| 1 2 2 1 2 2 2 | |
| 1 2 3 2 2 | |
| 1 2 3 2 2 | |
| 4 1 2 1 | |
| 1 2 1 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 | |
| 20 | |
| 3 5 3 | |
| 1 1 1 1 | |
| 2 1 2 2 | |
| 1 2 1 1 | |
| 1 3 1 1 2 1 | |
| 1 3 2 1 | |
| 1 4 3 3 | |
| 1 1 3 3 1 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 | |
| 20 | |
| 10 5 | |
| 9 2 4 | |
| 7 4 4 | |
| 5 5 | |
| 4 9 | |
| 3 9 | |
| 3 1 8 | |
| 2 1 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 25 | |
| 25 | |
| 3 | |
| 5 | |
| 5 | |
| 2 6 | |
| 2 6 | |
| 3 6 | |
| 4 6 | |
| 4 2 2 |