SWERC 2021-2022 - Online Mirror (Unrated, ICPC Rules, Teams Preferred)

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
1662 SWERC 2021-2022 - Online Mirror (Unrated, ICPC Rules, Teams Preferred) FINISHED False 18000 86468063 April 24, 2022, 11:05 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 1444 ) O Circular Maze PROGRAMMING dfs and similar graphs implementation

B'You are given a circular maze such as the ones shown in the figures. Angles are measured in degrees; the angle 0 corresponds to the upward pointing direction; and angles increase clockwise (hence the east direction corresponds to the angle 90 ). Each test contains multiple test cases. The first line contains an integer t ( 1 <= t <= 20 ) -- the number of test cases. The descriptions of the t test cases follow. The first line of each test case contains an integer n ( 1 <= q n <= q 5000 ) -- the number of walls. Each of the following n lines each contains a character (C for circular, and S for straight) and three integers: It is guaranteed that circular walls do not overlap (but two circular walls may intersect at one or two points), and that straight walls do not overlap (but two straight walls may intersect at one point). However, circular and straight walls can intersect arbitrarily. For each test case, print YES if the maze can be solved and NO otherwise. The two sample test cases correspond to the two mazes in the picture. '...

Tutorials

102042

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
154849500 Jimanbanashi O April 24, 2022, 12:22 p.m. OK GNU C++14 TESTS 19 46 0
154848274 YMlx WGYHMFkZyA02 wheneveright O April 24, 2022, 12:10 p.m. OK GNU C++14 TESTS 19 46 102400
154852398 tyler178 applese Timsei O April 24, 2022, 12:49 p.m. OK GNU C++14 TESTS 19 46 204800
154851660 Oshwiciqwqq Serval 200815147 O April 24, 2022, 12:42 p.m. OK GNU C++14 TESTS 19 46 204800
154859015 ehuohz asuldb QAQmika O April 24, 2022, 1:53 p.m. OK GNU C++14 TESTS 19 46 409600
154856615 Tyyyyyy WHC-MIK-7521X L7-56 O April 24, 2022, 1:30 p.m. OK GNU C++14 TESTS 19 46 512000
154853992 konata28 zhangshaojia wsyear O April 24, 2022, 1:04 p.m. OK GNU C++14 TESTS 19 61 2048000
154870533 Giangcoder Anhdung147 dtmai O April 24, 2022, 3:52 p.m. OK GNU C++14 TESTS 19 62 0
154861120 peiwenjun O April 24, 2022, 2:14 p.m. OK GNU C++14 TESTS 19 62 102400
154859053 Imdie Laurids jucason_xu O April 24, 2022, 1:54 p.m. OK GNU C++14 TESTS 19 62 307200
154853787 atodo lucaperju apostoldaniel854 O April 24, 2022, 1:02 p.m. OK GNU C++17 TESTS 19 46 0
154853253 Komodo2006 08kevin Jormungandre O April 24, 2022, 12:57 p.m. OK GNU C++17 TESTS 19 46 0
154849405 HugeWide beacon_cwk O April 24, 2022, 12:21 p.m. OK GNU C++17 TESTS 19 46 102400
154865807 wifiiii O April 24, 2022, 3:06 p.m. OK GNU C++17 TESTS 19 46 307200
154864436 xdm_junior_xswl Rosed ZI_MA O April 24, 2022, 2:51 p.m. OK GNU C++17 TESTS 19 46 512000
154895048 Aging1986 O April 24, 2022, 10:58 p.m. OK GNU C++17 TESTS 19 46 614400
154871831 Kotoblepass s20b1_chernikov average_gleb_enjoyer O April 24, 2022, 4:03 p.m. OK GNU C++17 TESTS 19 46 1126400
154847348 orecic Tgiwx Tartarus O April 24, 2022, 12:02 p.m. OK GNU C++17 TESTS 19 46 3379200
154869660 eryz JvThunder O April 24, 2022, 3:45 p.m. OK GNU C++17 TESTS 19 61 512000
154850634 NullXD Arinoor O April 24, 2022, 12:32 p.m. OK GNU C++17 TESTS 19 61 921600
154847246 hojoon0205 ansol4328 deuslovelt O April 24, 2022, 12:01 p.m. OK GNU C++17 (64) TESTS 19 15 204800
154852918 soodo coxie shjohw12 O April 24, 2022, 12:54 p.m. OK GNU C++17 (64) TESTS 19 31 102400
154851998 Komeiji_Green GNAQ O April 24, 2022, 12:45 p.m. OK GNU C++17 (64) TESTS 19 46 102400
154848345 Siberian _tryhard alexxela12345 O April 24, 2022, 12:11 p.m. OK GNU C++17 (64) TESTS 19 46 102400
154847478 Sert O April 24, 2022, 12:04 p.m. OK GNU C++17 (64) TESTS 19 46 102400
154863808 FULi_AUTO_SHOOTER black_trees O April 24, 2022, 2:44 p.m. OK GNU C++17 (64) TESTS 19 46 204800
154849784 S00021 SanweiTreap _ajthreac_ O April 24, 2022, 12:24 p.m. OK GNU C++17 (64) TESTS 19 46 204800
154859584 used-fft O April 24, 2022, 1:59 p.m. OK GNU C++17 (64) TESTS 19 46 716800
154850317 KN200711 Zappeko Zanite O April 24, 2022, 12:29 p.m. OK GNU C++17 (64) TESTS 19 46 716800
154883110 Egor.Lifar cookiedoth rqi O April 24, 2022, 6:49 p.m. OK GNU C++17 (64) TESTS 19 46 819200
154844001 jiangly O April 24, 2022, 11:35 a.m. OK GNU C++20 (64) TESTS 19 31 0
154852648 fr200110217102 O April 24, 2022, 12:51 p.m. OK GNU C++20 (64) TESTS 19 31 102400
154846315 xuziyuan DerekFeng BurnoutAg7 O April 24, 2022, 11:54 a.m. OK GNU C++20 (64) TESTS 19 31 102400
154862105 Everule nor magnus.hegdahl O April 24, 2022, 2:25 p.m. OK GNU C++20 (64) TESTS 19 31 512000
154866875 sare pooya-shams radal O April 24, 2022, 3:17 p.m. OK GNU C++20 (64) TESTS 19 31 716800
154849495 Golovanov399 amethyst0 AndreySergunin O April 24, 2022, 12:22 p.m. OK GNU C++20 (64) TESTS 19 31 716800
154854071 Davoth AmShZ Keshi O April 24, 2022, 1:05 p.m. OK GNU C++20 (64) TESTS 19 31 819200
154899459 Asuka O April 25, 2022, 3:04 a.m. OK GNU C++20 (64) TESTS 19 31 921600
154845716 LZDQ Neal_lee Asuka O April 24, 2022, 11:49 a.m. OK GNU C++20 (64) TESTS 19 31 921600
154847208 Endagorion O April 24, 2022, 12:01 p.m. OK GNU C++20 (64) TESTS 19 31 1024000
154861771 rajkon CaptainAmazing O April 24, 2022, 2:21 p.m. OK Java 11 TESTS 19 452 0
154849949 arvindf232 happypotato1207 nicholask O April 24, 2022, 12:25 p.m. OK Kotlin 1.4 TESTS 19 202 0
154862967 CrashMaster O April 24, 2022, 2:35 p.m. OK MS C++ 2017 TESTS 19 140 102400
154857646 RUSH_D_CAT limbo.null NecroSean38 O April 24, 2022, 1:40 p.m. OK PyPy 3 TESTS 19 374 10035200
154862161 huangxw O April 24, 2022, 2:25 p.m. OK PyPy 3-64 TESTS 19 514 14131200
154896011 Bibin O April 24, 2022, 11:27 p.m. OK Python 3 TESTS 19 1294 7475200

remove filters

Back to search problems