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 |
---|---|---|---|---|---|---|
1302 | AIM Tech Poorly Prepared Contest (unrated, funny, Div. 1 preferred) | FINISHED | False | 10800 | 156606311 | Feb. 3, 2020, 4:15 p.m. |
Solved$ |
Index |
Name |
Type |
Tags |
Community Tag |
Rating |
---|---|---|---|---|---|---|
( 74 ) | F | Keep talking and nobody explodes -- easy | PROGRAMMING | bitmasks brute force expression parsing |
B"This is an unusual problem in an unusual contest, here is the announcement: http://codeforces.com/blog/entry/73543 You have the safe lock which consists of 5 decimal digits. If you rotate some digit, it increases by one, except 9 which becomes 0. Initially, the lock contains number x . To unlock the safe you must do the following operations in order (and be careful, don't mix up if and else statements). If sum of digits on positions 1 and 4 is greater than 10, rotate digit on position 1 by 3 times, else rotate digit on position 4 by 8 times. If sum of digits on positions 3 and 2 is greater than 8, rotate digit on position 4 by 9 times, else rotate digit on position 5 by 8 times. If digit on position 3 is odd, rotate digit on position 3 by 3 times, else rotate digit on position 3 by 4 times. If digit on position 5 is greater than digit on position 2, rotate digit on position 4 by 1 times, else rotate digit on position 2 by 7 times. If digit on position 1 is odd, rotate digit on position 1 by 3 times, else rotate digit on position 3 by 5 times. If digit on position 4 is odd, rotate digit on position 4 by 7 times, else rotate digit on position 1 by 9 times. If digit on position 4 is greater than digit on position 1, rotate digit on position 4 by 9 times, else rotate digit on position 4 by 2 times. If digit on position 1 is greater than digit on position 3, rotate digit on position 2 by 1 times, else rotate digit on position 3 by 1 times. If digit on position 5 is greater than digit on position 3, rotate digit on position 4 by 5 times, else rotate digit on position 5 by 8 times. If sum of digits on positions 1 and 3 is greater than 8, rotate digit on position 4 by 5 times, else rotate digit on position 2 by 5 times. If digit on position 1 is greater than digit on position 4, rotate digit on position 4 by 3 times, else rotate digit on position 2 by 3 times. If sum of digits on positions 3 and 1 is greater than 9, rotate digit on position 2 by 9 times, else"... |
73599 |
Submission Id |
Author(s) |
Index |
Submitted |
Verdict |
Language |
Test Set |
Tests Passed |
Time taken (ms) |
Memory Consumed (bytes) |
Tags |
Rating |
---|---|---|---|---|---|---|---|---|---|---|---|
70577264 | clzls | F | Feb. 8, 2020, 4:08 p.m. | OK | GNU C++11 | TESTS | 20 | 30 | 0 | ||
70173273 | Jatana cookiedoth Egor.Lifar | F | Feb. 3, 2020, 5:53 p.m. | OK | GNU C++11 | TESTS | 20 | 30 | 0 | ||
70180685 | Lily | F | Feb. 3, 2020, 8:02 p.m. | OK | GNU C++11 | TESTS | 20 | 31 | 0 | ||
70175243 | 300iq Kamfucius orz | F | Feb. 3, 2020, 6:20 p.m. | OK | GNU C++11 | TESTS | 20 | 31 | 0 | ||
70177227 | BigBag Mustang98 shanin | F | Feb. 3, 2020, 6:52 p.m. | OK | GNU C++14 | TESTS | 20 | 30 | 0 | ||
70336125 | khulegu | F | Feb. 5, 2020, 7:15 a.m. | OK | GNU C++14 | TESTS | 20 | 31 | 0 | ||
70177568 | Petro1488 BohdanPastuschak mshcherba | F | Feb. 3, 2020, 6:58 p.m. | OK | GNU C++14 | TESTS | 20 | 31 | 0 | ||
70176610 | VArtem andrewzta tourist | F | Feb. 3, 2020, 6:41 p.m. | OK | GNU C++17 | TESTS | 20 | 15 | 0 | ||
70176533 | codelegend devanshg27 Superty | F | Feb. 3, 2020, 6:40 p.m. | OK | GNU C++17 | TESTS | 20 | 15 | 0 | ||
70523754 | gepardo | F | Feb. 7, 2020, 6:46 p.m. | OK | GNU C++17 | TESTS | 20 | 30 | 0 | ||
70180942 | Radewoosh | F | Feb. 3, 2020, 8:09 p.m. | OK | GNU C++17 | TESTS | 20 | 30 | 0 | ||
70176317 | Maksim1744 rek | F | Feb. 3, 2020, 6:36 p.m. | OK | GNU C++17 | TESTS | 20 | 30 | 0 | ||
70176071 | romanasa josdas | F | Feb. 3, 2020, 6:32 p.m. | OK | GNU C++17 | TESTS | 20 | 30 | 0 | ||
70174781 | kobor Fly_37 staffik | F | Feb. 3, 2020, 6:14 p.m. | OK | GNU C++17 | TESTS | 20 | 30 | 0 | ||
70170953 | shadowatyy tabasz znirzej | F | Feb. 3, 2020, 5:24 p.m. | OK | GNU C++17 | TESTS | 20 | 30 | 0 | ||
70178022 | hloya_ygrt ShavelV Vladik | F | Feb. 3, 2020, 7:06 p.m. | OK | GNU C++17 | TESTS | 20 | 31 | 0 | ||
70177241 | Denisson DmitryGrigorev ShadowLight | F | Feb. 3, 2020, 6:53 p.m. | OK | GNU C++17 | TESTS | 20 | 31 | 0 | ||
70172316 | eatmore | F | Feb. 3, 2020, 5:41 p.m. | OK | Java 11 | TESTS | 20 | 171 | 0 |
Back to search problems