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

Обсуждение задачи 1510. Порядок

C# and out of memory
Послано Pavel 1 мар 2021 15:53
If you are using C# and running out of memory somewhere at test 36 think how to gracefully call the GC because the heap is full of strings u read from console.
Re: C# and out of memory
Послано Vadim Kostariev 24 окт 2021 18:50
Thanks a lot. I thought that I need to use some other algorithm, because I just created a dictionary with the bill key and  value counter++ then did sorting through the Linq and it's definitely inefficient, but in I still succeeded. I inserted a GC.Collect() for every 1000 iterations of reading and I passed all the tests.

Edited by author 24.10.2021 18:54
Re: C# and out of memory
Послано Gekcha 29 авг 2023 01:29
Thank you, i get tired of this problem <3