European Championship 2024 - 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
1949 European Championship 2024 - Online Mirror (Unrated, ICPC Rules, Teams Preferred) FINISHED False 18000 25905563 March 24, 2024, 10 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 1977 ) I Disks PROGRAMMING dfs and similar geometry graphs

B'You are given n disks in the plane. The center of each disk has integer coordinates, and the radius of each disk is a positive integer. No two disks overlap in a region of positive area, but it is possible for disks to be tangent to each other. Your task is to determine whether it is possible to change the radii of the disks in such a way that: The first line contains an integer n ( 1 <= n <= 1000 ) -- the number of disks. The next n lines contain three integers each. The i -th of such lines contains x_i , y_i ( -10^9 <= q x_i, y_i <= q 10^9 ), and r_i ( 1 <= q r_i <= q 10^9 ) -- the coordinates of the center, and the radius, of the i -th disk. Print texttt{YES} if it is possible to change the radii in the desired manner. Otherwise, print texttt{NO} . In the first sample, one can decrease the radii of the first and third disk by 0.5 , and increase the radius of the second disk by 0.5 . This way, the sum of all radii decreases by 0.5 . The situation before and after changing the radii is depicted below. In the second sample, depicted below, there is no way to change the radii of the disks in the desired manner. '...

Tutorials

European Championship 2024 (EUC) Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
253152472 luogu_bot1 I March 25, 2024, 2:35 a.m. OK C++14 (GCC 6-32) TESTS 42 15 0
253066871 mo_onrabbit2 Worteltje Retro3014 I March 24, 2024, 10:36 a.m. OK C++14 (GCC 6-32) TESTS 42 15 204800
253066427 Xun_Xiaoyao ustinian6 _LiMLE_ I March 24, 2024, 10:33 a.m. OK C++14 (GCC 6-32) TESTS 42 15 204800
253063968 ImmortaLimit StarSilk Su_Zipei I March 24, 2024, 10:15 a.m. OK C++14 (GCC 6-32) TESTS 42 15 204800
253067674 Tricopter juan_123 I March 24, 2024, 10:41 a.m. OK C++14 (GCC 6-32) TESTS 42 30 307200
253070285 Aleph-zero Great_wall I March 24, 2024, 11:01 a.m. OK C++14 (GCC 6-32) TESTS 42 30 16281600
253075862 LYYY Youhezhen sunzhihong I March 24, 2024, 11:41 a.m. OK C++14 (GCC 6-32) TESTS 42 30 16384000
253072620 yellowtoad Angus_Yeung abcdehello I March 24, 2024, 11:18 a.m. OK C++14 (GCC 6-32) TESTS 42 31 307200
253072146 A.n.o.n.y.m.o.u.s I March 24, 2024, 11:14 a.m. OK C++14 (GCC 6-32) TESTS 42 31 307200
253141008 panghupanghu I March 24, 2024, 9:50 p.m. OK C++14 (GCC 6-32) TESTS 42 31 4096000
253151050 Daniel777 I March 25, 2024, 1:59 a.m. OK C++17 (GCC 7-32) TESTS 42 15 0
253063116 tourist ecnerwala I March 24, 2024, 10:08 a.m. OK C++17 (GCC 7-32) TESTS 42 15 0
253078318 hht2005 I March 24, 2024, noon OK C++17 (GCC 7-32) TESTS 42 15 102400
253155050 F0lse I March 25, 2024, 3:29 a.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253148886 LXH-cat I March 25, 2024, 12:59 a.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253148364 N_z__ I March 25, 2024, 12:45 a.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253148181 User_Carrot I March 25, 2024, 12:41 a.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253139921 Satyanweshi45 I March 24, 2024, 9:33 p.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253131655 weirdflexbutok I March 24, 2024, 7:49 p.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253128712 Harraaak I March 24, 2024, 7:15 p.m. OK C++17 (GCC 7-32) TESTS 42 15 204800
253149854 cyb1010 I March 25, 2024, 1:24 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253149481 Marckess I March 25, 2024, 1:15 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253149243 5ab I March 25, 2024, 1:09 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253131871 TheScrasse I March 24, 2024, 7:51 p.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253104029 martins I March 24, 2024, 3:14 p.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253075429 Ackerlanna Welcome24ever kawaii0922 I March 24, 2024, 11:38 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253073890 V-_-V I March 24, 2024, 11:27 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253068973 Sugar_fan I March 24, 2024, 10:51 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253068499 eratchia wonrzrzeczny Risers I March 24, 2024, 10:47 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253067372 pedrolino thinety almeidaraul I March 24, 2024, 10:39 a.m. OK C++20 (GCC 13-64) TESTS 42 15 102400
253076136 mkah123 I March 24, 2024, 11:43 a.m. OK Java 21 TESTS 42 280 102400
253068226 passwordisa spuh susvant I March 24, 2024, 10:45 a.m. OK Java 21 TESTS 42 358 0
253082635 yvbf I March 24, 2024, 12:34 p.m. OK Java 8 TESTS 42 124 4608000
253080053 alexey.enkov I March 24, 2024, 12:14 p.m. OK Kotlin 1.7 TESTS 42 405 3686400
253063862 arvindf232 I March 24, 2024, 10:14 a.m. OK Kotlin 1.9 TESTS 42 139 0
253083387 SlavaG I March 24, 2024, 12:40 p.m. OK Kotlin 1.9 TESTS 42 327 0
253143412 YMSeah I March 24, 2024, 10:40 p.m. OK PyPy 3 TESTS 42 186 2457600
253143671 YMSeah I March 24, 2024, 10:46 p.m. OK PyPy 3 TESTS 42 202 2457600
253062147 PhilTheFish I March 24, 2024, 10 a.m. OK PyPy 3 TESTS 42 732 4096000
253115276 the_last_smilodon I March 24, 2024, 5 p.m. OK PyPy 3-64 TESTS 42 109 5017600
253083069 itsniklas pwolle xxxodarap I March 24, 2024, 12:38 p.m. OK PyPy 3-64 TESTS 42 155 12390400
253071377 mpsijm I March 24, 2024, 11:09 a.m. OK PyPy 3-64 TESTS 42 187 7680000
253093756 VJsong02 I March 24, 2024, 1:57 p.m. OK PyPy 3-64 TESTS 42 187 39936000
253072976 AyuAnchor I March 24, 2024, 11:20 a.m. OK PyPy 3-64 TESTS 42 264 9625600
253067164 PavelKunyavskiy pashka Egor I March 24, 2024, 10:38 a.m. OK Rust 2021 TESTS 42 31 102400

remove filters

Back to search problems