#icpc2020#QuestReaction The LATAM champions of the 2019 world final (Universidad Nacional de Cรณrdoba - FaMAF) going up to the stage to receive the award
#QuestJetbrainsKotlin#icpc2020 Always remember to use Longs when working with integers bigger than 2^31 (and lesser than 2^63). With SomeList. map { it.toLong() } you can turn a list of strings to a list of Longs.
#icpc2020#QuestJetbrainsTips Tip for beginners in competitive programming:
Don't try to solve problems that are too difficult for you, start with the easy ones and gradually increase the difficulty of the problems you want to try.