Editorial for Екінің дәрежесі
Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.
Submitting an official solution before solving the problem yourself is a bannable offence.
Hint 1.
Екінің дәрежелері белгілі бір тізбек құрайды: 1, 2, 4, 8, 16, ...
Hint 2.
Бұл сандарды алу үшін 1-ден бастап әр қадамда 2-ге көбейтіп отыруға болады.
Hint 3.
\(1\)-ден бастап 2-ге көбейтіп отырып, алынған мән \(n\)-ге тең болса — YES, егер асып кетсе — NO деп шығарыңыз.