ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1167. Bicolored Horses

Got my AC with C++ solution, the same Python3 solution gets TL2
Послано renat-nasyrov 8 авг 2016 20:00
Dear admins (if any), I've encountered the subject. Please give me some hints how to speed up my Python solution, because I've tried all the performance tricks I know and I still get TL2.
Re: Got my AC with C++ solution, the same Python3 solution gets TL2
Послано morbidel 10 авг 2016 20:31
You can post some details about your solution, for example the complexity your program has. A solution with N^3 complexity should fit in time (with c++).
Also post the core function (loops) of your code, maybe you have some mistakes and enter some endless loop.