Basecamp
    Home
    Problems
    Contests
    Courses
    Rating
    Posts
    Store
    Discord
blame4ik
Sign in
Ivan Harnaha
blame4ik
Ukraine
Ukraine
Joined May 31, 2025
OverviewPosts

Problems10
Submissions10
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2021
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2022
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2023
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2024
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2026
Feb
blame4ik has completed the contest Blitz Round #9 and scored no score2 months ago
blame4ik has joined contest Blitz Round #82 months ago
blame4ik has joined contest Blitz Round #92 months ago
blame4ik has completed the contest Blitz Round #5 and scored no score4 months ago
blame4ik solved problem WOOW String (#12249) on first attempt4 months ago
blame4ik has joined contest Blitz Round #44 months ago
blame4ik has joined contest Blitz Round #54 months ago
blame4ik has completed the contest Weekend Practice #9 and scored 339 points6 months ago
blame4ik has joined contest EJOI 2018 - Day 26 months ago
blame4ik solved problem Natus ad codicem (#12197) on 7 attempt6 months ago
blame4ik solved problem A plant (#12196) on first attempt6 months ago
blame4ik has joined contest Weekend Practice #96 months ago
blame4ik solved problem Triples (#11823) on 2 attempt8 months ago
blame4ik solved problem Investments (#11821) on first attempt8 months ago
blame4ik solved problem Beach (#11820) on 2 attempt8 months ago
blame4ik has joined contest KNU FCSC 56th Anniversary Olympiad in Informatics (Mirror)8 months ago
blame4ik has joined contest Weekend Practice #68 months ago
blame4ik has joined contest Weekend Practice #58 months ago
blame4ik solved problem Two circles (#4) on first attempt9 months ago
blame4ik solved problem Digits (#2) on 2 attempt9 months ago
blame4ik solved problem Simple problem (#1) on first attempt9 months ago
blame4ik solved problem Third from right (#8602) on 3 attempt9 months ago
blame4ik left a comment in discussion Matches (#8)9 months ago

була думка на таку формулу:при парних n:matches = (n+2) + (n + n/2)

непарних:matches = (n+1) + (n-1 + (n-1)/2) + 3

і таки не працює в тестах, а на папері все супер