Basecamp
    Startseite
    Probleme
    Wettbewerbe
    Kurse
    Bewertung
    Beiträge
    Store
    Discord
MathModel
Anmelden
Hasan Saleh
MathModel
Kandidat
Palestine
Palestine
Beigetreten 24. Jan. 2025
Errungenschaften (1)
Problem Solver
ÜbersichtBewertungErrungenschaftenBeiträge

Bewertung
1658
Probleme168
Einreichungen222
Dez
2020
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
2021
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
2022
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
2023
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
2024
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
2025
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt

Bewertungsentwicklung

MathModel löste das Problem Remainder (#953) beim ersten Versuchvor 2 Tagen
MathModel löste das Problem Perfect square (#8877) beim ersten Versuchvor 2 Tagen
MathModel löste das Problem GCD and LCM (#11606) beim ersten Versuchvor 2 Tagen
MathModel löste das Problem Modular Exponentiation (#273) beim ersten Versuchvor 2 Tagen
MathModel löste das Problem Multiplication (#272) beim ersten Versuchvor 2 Tagen
MathModel löste das Problem Factorial! (#271) beim 5 Versuchvor 2 Tagen
MathModel löste das Problem Product (#28) beim ersten Versuchvor 2 Tagen
MathModel hat einen Kommentar in der Diskussion Kaosar And Diagonals (#12260) hinterlassenvor 4 Tagen

Pikori Sorry for that , Shouldn't happen next time 🤝

MathModel ist dem Wettbewerb Educational Round #4 beigetretenvor 7 Tagen
MathModel löste das Problem Kaosar And Game (#12261) beim ersten Versuchvor 7 Tagen
MathModel löste das Problem Kaosar And Diagonals (#12260) beim ersten Versuchvor 7 Tagen
MathModel löste das Problem Min Sum Construction (#12262) beim ersten Versuchvor 7 Tagen
MathModel löste das Problem Collatz Beauty (#12259) beim ersten Versuchvor 7 Tagen
MathModel löste das Problem Kaosar and Triples (#12263) beim ersten Versuchvor 7 Tagen
MathModel ist dem Wettbewerb Weekend Practice #3 beigetretenvor 8 Tagen
MathModel löste das Problem Alphabetic Graph (#12258) beim ersten Versuchvor 14 Tagen
MathModel löste das Problem Hard Arithemetic (#12257) beim ersten Versuchvor 14 Tagen
MathModel löste das Problem Permutation of Subarrays and Queries (#12256) beim ersten Versuchvor 14 Tagen
MathModel löste das Problem Easy Array Counting (#12254) beim ersten Versuchvor 14 Tagen
MathModel löste das Problem Close Combat (#12255) beim ersten Versuchvor 14 Tagen
MathModel hat einen Kommentar in der Diskussion Count Transformations (#12250) hinterlassenvor 15 Tagen

MaxymDvali_2012

We use choices[i] to represent the choices for digit i , let's consider digit-by-digit

0 : we only can have it as 0 so we've only single choice

1 : we can multiply by 2 three times then we've {1,2,4,8} which means four choices.

2 : we can multiply by 2 two times and divide once then we've {1,2,4,8} which means four choices.

3 : we can multiply by 2 once then {3,6} which means we've two choices

4 : we can multiply by 2 once and divide twice then we've {1,2,4,8} which means four choices.

5 : we only have it as a choice

6 : we can divide once by 2 then we've {6,3} which means two choices

7 : we only have it as a choice

8 : we can divide three times

9 : we only have it as a choice

putting it all gives

choices=[1,4,4,2,4,1,2,1,4,1]
MathModel löste das Problem Number of maximums (#7832) beim ersten Versuchvor 21 Tagen
MathModel ist dem Wettbewerb Educational Round #3 beigetretenvor 21 Tagen
MathModel löste das Problem Minimum Increasing Cycle (#12253) beim 2 Versuchvor 21 Tagen
MathModel löste das Problem Tree ! (#12252) beim ersten Versuchvor 21 Tagen