Basecamp
    Accueil
    Problèmes
    Concours
    Cours
    Classement
    Messages
    Store
    Discord
MStrechen
Se connecter
Матвій Стречень
MStrechen
Ukraine
Ukraine
Rejoint le 26 sept. 2017
Réalisations (1)
Problem Solver
Vue d'ensembleRéalisationsArticles

Problèmes130
Soumissions259
mai
juin
juil.
août
sept.
oct.
nov.
déc.
2021
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
2022
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
2023
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
2024
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
2025
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
2026
févr.
mars
MStrechen a résolu le problème Depth First Search (#8760) à la première tentativeil y a 2 mois
MStrechen a rejoint le concours Educational Round #4il y a 6 mois
MStrechen a rejoint le concours 2021-2022 ICPC, SEERC, 1/8 Finalil y a 7 mois
MStrechen a rejoint le concours Treesil y a 9 mois
MStrechen a résolu le problème Gardener-painter (#17) à la première tentativeil y a 11 mois
MStrechen a laissé un commentaire dans la discussion Maximum of absolute values (#914)il y a 1 an

Huseyn012 I see you were able to get 100%, do you still need any help?

MStrechen a laissé un commentaire dans la discussion The sum of the largest and the smallest (#928)il y a 1 an

Huseyn012 I see you were able to fix the problem and get 100% 🔥

MStrechen a laissé un commentaire dans la discussion Change max and min (#7849)il y a 1 an

Huseyn012 hi, I can't see any of your submissions scoring 90% points in the system, only 0% and 10%. Could you please share the id of the submission you are talking about?

MStrechen a laissé un commentaire dans la discussion GCD (#137)il y a 1 an

user893965 hi! You have quite a small bug in your solution (likely due to copy-paste), I would recommend reviewing the for loop

MStrechen a laissé un commentaire dans la discussion Euphony (#3009)il y a 1 an

papaz239 hi, apologies for a delay in reply. The checker for this problem was missing, hence the WA. The checker is now fixed and some of your submissions were rejudged, so now you have an AC submission :)

MStrechen a laissé un commentaire dans la discussion Mytsyk's Holiday (#53)il y a 1 an

user992277 дякую за пильність! Дійсно, задача "Паркет з трикутників" має схожу умову, однак дещо інші обмеження. Задача була додана досить давно (однією з перших), тож цілком імовірно, що тоді ця відмінність була суттєвою з точки зору швидкодії.

Ми змінили складність обох задач на "проста" і обʼєднали теги, щоб не заплутувати. Ще раз дякую!

MStrechen a laissé un commentaire dans la discussion Full Steiner Topologies (#3508)il y a 1 an

CosRox Fixed

MStrechen a laissé un commentaire dans la discussion Tic-tac-toe (#1800)il y a 1 an

arseniy2412koN доброго дня! Ваш приклад було додано в набір тестування (тестів тепер 45, а не 44), однак зверніть увагу: той текст, який ви надіслали, містить "пробіл нульової довжини" у декількох місцях (U+200B). Через це деякі розвʼязки можуть працювати некоректно (Python викидає помилку ValueError: invalid literal for int() with base 10: '\u200b1', у той час як умовний C++ може "тихо" зчитувати некоректне значення).

MStrechen a laissé un commentaire dans la discussion Hide and seek (#6588)il y a 1 an

qwertysun Hi, the time limit seems to be correct. We have a solution with 381 ms of execution time, so it's quite solvable.

Time complexity of the mentioned solution is O(S•(N+M)•log(N+M)). While I could send you a link, I think you could solve it by your own :)

MStrechen a résolu le problème Lovely Elephants (#4715) à la première tentativeil y a 1 an
MStrechen a laissé un commentaire dans la discussion Casino (#2993)il y a 1 an

user432081 thanks a lot for your comment, the checker indeed was incorrect. We've now fixed the issue and retested all the submissions :)

MStrechen a rejoint le concours Two pointers techniqueil y a 1 an
MStrechen a laissé un commentaire dans la discussion Count the Number of Cycles (#3785)il y a 1 an

papaz239 Hi, thanks for flagging this issue! You are right, the test #14 was indeed broken. We've updated the test and rejudged your submissions, now they are all accepted :)

Aplogies for inconvenience

MStrechen a rejoint le concours ІІ stage of All-Ukrainian informatics olympiad in Zhitomyr region 17.12.2022il y a 2 ans
MStrechen a résolu le problème Number of inversions (#4261) à la tentative 2il y a 2 ans
MStrechen a résolu le problème Counting sort (#2327) à la première tentativeil y a 2 ans
MStrechen a résolu le problème Cute patterns 1 (#1761) à la tentative 2il y a 2 ans
MStrechen a rejoint le concours DSLCS 2011 Dynamic programming. Favoritesil y a 2 ans
MStrechen a rejoint le concours WEEK17_2 DYNAMICil y a 2 ans
MStrechen a laissé un commentaire dans la discussion The level of palindrome (#29)il y a 2 ans

elliotalders0n I think on the step two it should be 1433 + 3341 and not 3314. And 1433 + 3341 would give you 4774, which is a palindrome :)