Codeforces Round 983 (Div. 2) Polygon Resources (AkiLotus side)

Revision en1, by AkiLotus, 2024-11-07 06:19:47

Disclaimer: I only prepared ABCD and a little bit of F. For materials from other setters, please reach them and ask politely for permissions first.

All codes in this blog were initially written by me, and got standardized by Artyom123 (thank a ton!).

I will later attach a link with all the source codes below ready for download (I don't have access to my PC right now for this). Arguments used in problems is not available — I don't think mine was ever perfect, and you're free to experiment yourself.

2032A - Circuit

Briefings
thresholds.h
validator.cpp
generator_exhaustive.cpp (TC#2)
generator_generic.cpp (TC#3)
generator_maxima.cpp (TC#4)

2032B - Medians

Briefings
thresholds.h
validator.cpp
checker.cpp
generator_generic.cpp (TC#3)
generator_echo.cpp (TC#4-#10)

2032C - Trinity

Briefings
thresholds.cpp
validator.cpp
generator_exhaustive.cpp (TC#2-#7)
generator_generic.cpp (TC#8,#9,#12-#16)
generator_fibonacci.cpp (TC#10)
generator_fibonacci_stress.cpp (TC#11)

2032D - Genokraken

Briefings
genokraken.cpp
thresholds.cpp
validator.cpp
checker.cpp
interactor.cpp
generator_exhaustive.cpp (TC#2,#3)
generator_generic.cpp (TC#4,#7,#16)
generator_path.cpp (TC#30)
generator_tentacle_specified.cpp (TC#5,#6,#8,#9,#17,#18,#19)
generator_tentacle_weighted.cpp (TC#10-#15,#17-#29)

2032F - Peanuts

Briefings
thresholds.cpp
validator.cpp
generator_exhaustive.cpp (TC#2-#7)
Tags codeforces, round, 983, second division, testlib, testlib.h, polygon, resources, generator, validator, checker, interactor

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English AkiLotus 2024-11-07 06:27:12 6 Tiny change: 'C#10-#15,#17-#29)">\n`' -> 'C#10-#15,#20-#29)">\n`'
en1 English AkiLotus 2024-11-07 06:19:47 33484 Initial revision (published)