Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.
ContestId |
Name |
Phase |
Frozen |
Duration (Seconds) |
Relative Time |
Start Time |
---|---|---|---|---|---|---|
1045 | Bubble Cup 11 - Finals [Online Mirror, Div. 1] | FINISHED | False | 18000 | 206825061 | Sept. 22, 2018, 10:35 a.m. |
Solved$ |
Index |
Name |
Type |
Tags |
Community Tag |
Rating |
---|---|---|---|---|---|---|
( 548 ) | A | Last chance | PROGRAMMING | data structures flows graph matchings trees | 2800 |
B"It is the year 2969. 1000 years have passed from the moon landing. Meanwhile, the humanity colonized the Hyperspace xe2 x84 xa2 and lived in harmony. Until we realized that we were not alone. Not too far away from the Earth, the massive fleet of aliens' spaceships is preparing to attack the Earth. For the first time in a while, the humanity is in real danger. Crisis and panic are everywhere. The scientists from all around the solar system have met and discussed the possible solutions. However, no progress has been made. The Earth's last hope is YOU! Fortunately, the Earth is equipped with very powerful defense systems made by MDCS. There are N aliens' spaceships which form the line. The defense system consists of three types of weapons: Your task is to make a plan of the attack which will destroy the largest possible number of spaceships. Every destroyed spaceship should be destroyed with exactly one weapon. The first line contains two integers: the number of your weapons N (1 <= q N <= q 5000) and the number of spaceships M (1 <= q M <= q 5000) . In the next N lines, each line starts with one integer that represents type (either 0, 1 or 2). If the type is 0, then the weapon is SQL rocket, the rest of the line contains strictly positive number K ( sum{K} <= q 100 000) and array k_i (1 <= q k_i <= q M) of K integers. If the type is 1, then the weapon is Cognition beam, the rest of the line contains integers l and r (1 <= q l <= q r <= q M) . If the type is 2 then the weapon is OMG bazooka, the rest of the line contains distinct numbers a , b and c (1 <= q a,b,c <= q M) . The first line should contain the maximum number of destroyed spaceships -- X . In the next X lines, every line should contain two numbers A and B , where A is an index of the weapon and B is an index of the spaceship which was destroyed by the weapon A . SQL rocke"... |
E |
Submission Id |
Author(s) |
Index |
Submitted |
Verdict |
Language |
Test Set |
Tests Passed |
Time taken (ms) |
Memory Consumed (bytes) |
Tags |
Rating |
---|---|---|---|---|---|---|---|---|---|---|---|
49548742 | nekko | A | Feb. 7, 2019, 3:12 a.m. | OK | Clang++17 Diagnostics | TESTS | 60 | 1231 | 78131200 | 2800 | |
44231983 | cor001 | A | Oct. 13, 2018, 1:13 a.m. | OK | GNU C++11 | TESTS | 60 | 46 | 4915200 | 2800 | |
43258233 | cuizhuyefei _Cwystc_Killer_ Panole233 | A | Sept. 22, 2018, 2:04 p.m. | OK | GNU C++11 | TESTS | 60 | 46 | 30412800 | 2800 | |
43279950 | 131131yhx | A | Sept. 23, 2018, 4:23 a.m. | OK | GNU C++11 | TESTS | 60 | 46 | 39116800 | 2800 | |
43361677 | Darling-IcePrincess_1968 | A | Sept. 24, 2018, 9:36 a.m. | OK | GNU C++11 | TESTS | 60 | 46 | 49868800 | 2800 | |
55281929 | luogu_bot5 | A | June 8, 2019, 1:55 a.m. | OK | GNU C++11 | TESTS | 60 | 62 | 4812800 | 2800 | |
55281908 | dragonylee | A | June 8, 2019, 1:54 a.m. | OK | GNU C++11 | TESTS | 60 | 62 | 4812800 | 2800 | |
49541143 | vjudge1 | A | Feb. 6, 2019, 6:32 p.m. | OK | GNU C++11 | TESTS | 60 | 62 | 4915200 | 2800 | |
60217838 | BigBag | A | Sept. 7, 2019, 12:28 p.m. | OK | GNU C++11 | TESTS | 60 | 62 | 5017600 | 2800 | |
43263322 | krijgertje | A | Sept. 22, 2018, 3:28 p.m. | OK | GNU C++11 | TESTS | 60 | 62 | 6246400 | 2800 | |
54591412 | vjudge2 | A | May 25, 2019, 8:48 a.m. | OK | GNU C++11 | TESTS | 60 | 62 | 9932800 | 2800 | |
62844145 | balbit | A | Oct. 18, 2019, 4:39 a.m. | OK | GNU C++14 | TESTS | 60 | 46 | 8294400 | 2800 | |
43399985 | zjp_shadow | A | Sept. 25, 2018, 8 a.m. | OK | GNU C++14 | TESTS | 60 | 61 | 6758400 | 2800 | |
46752604 | zjhqg2005 | A | Dec. 8, 2018, 9:58 a.m. | OK | GNU C++14 | TESTS | 60 | 61 | 17920000 | 2800 | |
55281931 | vjudge4 | A | June 8, 2019, 1:55 a.m. | OK | GNU C++14 | TESTS | 60 | 62 | 4915200 | 2800 | |
43260087 | DongwonShin imeimi | A | Sept. 22, 2018, 2:33 p.m. | OK | GNU C++14 | TESTS | 60 | 62 | 5222400 | 2800 | |
53694702 | Minnakhmetov | A | May 3, 2019, 7:04 a.m. | OK | GNU C++14 | TESTS | 60 | 62 | 11366400 | 2800 | |
43518303 | dai | A | Sept. 28, 2018, 6:37 a.m. | OK | GNU C++14 | TESTS | 60 | 62 | 17612800 | 2800 | |
43552098 | peach | A | Sept. 29, 2018, 1:59 a.m. | OK | GNU C++14 | TESTS | 60 | 78 | 8089600 | 2800 | |
49981255 | vjudge5 | A | Feb. 16, 2019, 8:22 a.m. | OK | GNU C++14 | TESTS | 60 | 78 | 82636800 | 2800 | |
54668333 | vjudge4 | A | May 26, 2019, 2:44 p.m. | OK | GNU C++14 | TESTS | 60 | 93 | 19558400 | 2800 | |
46755568 | mtmohim | A | Dec. 8, 2018, 11:32 a.m. | OK | GNU C++17 | TESTS | 60 | 46 | 3174400 | 2800 | |
43264751 | Puredigital | A | Sept. 22, 2018, 3:57 p.m. | OK | GNU C++17 | TESTS | 60 | 46 | 3174400 | 2800 | |
44751560 | ReaLNero1 | A | Oct. 23, 2018, 8:13 p.m. | OK | GNU C++17 | TESTS | 60 | 46 | 3276800 | 2800 | |
44727080 | Chlience | A | Oct. 23, 2018, 8:32 a.m. | OK | GNU C++17 | TESTS | 60 | 46 | 5836800 | 2800 | |
44725965 | Chlience | A | Oct. 23, 2018, 8:01 a.m. | OK | GNU C++17 | TESTS | 60 | 46 | 5836800 | 2800 | |
61702127 | Roundgod | A | Oct. 2, 2019, 8:53 a.m. | OK | GNU C++17 | TESTS | 60 | 46 | 5939200 | 2800 | |
43454585 | Fedosik kefaa2 gepardo | A | Sept. 26, 2018, 2:28 p.m. | OK | GNU C++17 | TESTS | 60 | 46 | 12288000 | 2800 | |
43430875 | DZYO | A | Sept. 26, 2018, 1:07 a.m. | OK | GNU C++17 | TESTS | 60 | 46 | 13414400 | 2800 | |
44827580 | mochow | A | Oct. 25, 2018, 6:57 a.m. | OK | GNU C++17 | TESTS | 60 | 61 | 15462400 | 2800 | |
43666517 | Benq | A | Oct. 1, 2018, 11:34 p.m. | OK | GNU C++17 | TESTS | 60 | 62 | 11776000 | 2800 | |
63359545 | Suzukaze | A | Oct. 25, 2019, 4:48 a.m. | OK | Java 8 | TESTS | 60 | 202 | 11673600 | 2800 | |
43708272 | Ahmad | A | Oct. 3, 2018, 1:11 a.m. | OK | Java 8 | TESTS | 60 | 452 | 11571200 | 2800 |
Back to search problems