AkiLotus's blog

By AkiLotus, history, 4 hours ago, In English

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,#20-#29)

2032F - Peanuts

Briefings
thresholds.cpp
validator.cpp
generator_exhaustive.cpp (TC#2-#7)
  • Vote: I like it
  • +41
  • Vote: I do not like it

»
4 hours ago, # |
  Vote: I like it +6 Vote: I do not like it

This is so useful for people who want to create Polygon problems. Thank you!!!