Solutions of Overflow - MarisaOJ: Marisa Online Judge

Solutions of Overflow

Select solution language

Write solution here.


User Avatar vdgminh    Created at    0 likes

# Python --- chẳng có gì nếu giải bằng python --- # Code mẫu: ```python a, b, c = map(int, input().split()) print(a * b % c) # # +++++ +++++= # +++++++++ ++******+ # ++***+++++++ ++**********+= # +*********+++++ ++*************++ # +***********+*++++ +++***************+ # ++***************++++ =++******************+ # +******************++++ +++*************###***+ # *++********************++ =++**********########**** # ++*********************++++ ++++********##########***** # *+***********#*#*********++++ +++********#############***+ # ++**+*+*******#######***+**++ ++*+******#########****####*** # +**+*+++++++++*****#####***++++= =+*++*****#####**************** # +************+****++++++******+++++++**++***##********************** # ************##########*+=----:---------++*************************+ # **##############*+-:----::-::::--:-----------+#%%%%####********* # +####**#*#****=--------:::::::--:-:--------------+#######******* # ***##*****+=------------::::::::::-----------------=*#####******+ # **#****+*+-------------------:::---------------------=**####****+ # *+**+****=----------------------------------------------****####**+ # ******#=------------------------------------------------*#*****##* # ***##--------------------------------------------------=####**+++ # +**##-----------------------------------------------------*##*#** # +*###*-----------------------------------------------------*##** # **####*-----------------------------------------------------+###** # +*#####+-----------------------------------------------------*####*+ # ********+---------------==-------------------=+---------------*#####*+ # =--------------=---------------------==+--------------*######*+ # -------------=-----------------------====------------- *** # ------------=---===----------------=++==-=------------ # -----------=-----------------------===----=------------ # ----------*##*=---=+-------------===+*--==+=----------- # -----------#-:+++**+*#+---------=#####*#****+--------=--- # ----------=+**++++*+*#=---------=*--#*#****#+=-------=--- # ----------==++++**+**#-----------####*******==----------- # -----------=--*++++*+*------------+####****#-==------=---- # -----=-----==---+*#*=--------------=*#**##=--==------==--- # ----=+++----==-------------------------------===----+++---- # =++++*----==-----------------------------===---=***+++=-- # =+++++*+-**=----------=-----------------===---*****+++= # =++++++***#*+--------------=---------===-++*****+*+++= # ==+++==+****-----======-=-==========++==****+=++++ # ==+===---+=----*####***++=====--=++========*+= # =====-----=*****########*#######*#**==--======= # =====------=+******####**###**######*+=----======== # =----------=+**#######****#*****#####+---------===== # -----------=--=**##***##******#*****####+-------------- # ----------===++-**##****#********#****####*=-===----------- # ------------==+=====***********************####****+==---------- # -----------=+=====++*****************************#####*===-------- # --------=======+++++++++++++++++***+*+**+*+++++++++**####*+=----- # -----======++++++++++++++++++++++***+*+++++++++++++++*#####*== # - ==++*++++++++++++++++++++++*++++++++++++++++++++++****** # +*+**+++++++++++++**++++++++*+++++++++=------=+++++++++=----- # -+++++==+++=--::::---=++++++++++++++++=-:::::::::--++=----------- # ----------==-:::::::::-----===+++++++++=-::::::::::::::-+----------- # ---------::::::::::::::::-------=+++++=-:::::::::::::::::---------:- # -------:::::----:::::::::::::::--------::::::::------------------:- # -----:---------------:::::::::::::::::::::::------------ --------- # --------------------------:::::::::::::::--------------- --=-=-- # ---- --------------=+====---::::--====--------------- ---- # --------------*+++ ---=--====+=-- -------------- # -------------= -:= =- ------------- # -----------= ---------- # -======= ====== ```