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

Problems9
Submissions9
11월
12월
2020
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
2021
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
2022
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
2023
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
2024
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
2025
2월
3월
4월
5월
6월
7월
8월
9월
blame4ik has completed the contest Weekend Practice #9 and scored 339 points2개월 전
blame4ik has joined contest EJOI 2018 - Day 22개월 전
blame4ik solved problem Natus ad codicem (#12197) on 7 attempt2개월 전
blame4ik solved problem A plant (#12196) on first attempt2개월 전
blame4ik has joined contest Weekend Practice #92개월 전
blame4ik solved problem Triples (#11823) on 2 attempt4개월 전
blame4ik solved problem Investments (#11821) on first attempt4개월 전
blame4ik solved problem Beach (#11820) on 2 attempt4개월 전
blame4ik has joined contest KNU FCSC 56th Anniversary Olympiad in Informatics (Mirror)4개월 전
blame4ik has joined contest Weekend Practice #64개월 전
blame4ik has joined contest Weekend Practice #54개월 전
blame4ik solved problem Two circles (#4) on first attempt4개월 전
blame4ik solved problem Digits (#2) on 2 attempt4개월 전
blame4ik solved problem Simple problem (#1) on first attempt4개월 전
blame4ik solved problem Third from right (#8602) on 3 attempt4개월 전
blame4ik left a comment in discussion Matches (#8)4개월 전

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

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

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