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

Обсуждение задачи 1115. Корабли

I can't understand the problem (at least I get WA1)
Послано Tbilisi SU: Eldar Bogdanov 29 сен 2006 21:25
I have some questions about the problem's statement:
1. Is the sum of lengths of the ships equal to the sum of the lengths of the rows?
2. What is the maximum length of a single row?
3. Should I output the lengths in each row in ascending order or in any order I like?

I've got WA1 :rolleyes:
My program gives this output on the sample test:
3
5 2 4
2
3 10
Re: I can't understand the problem (at least I get WA1)
Послано Tbilisi SU: Eldar Bogdanov 25 окт 2006 20:37
No ideas? :D
Re: I can't understand the problem (at least I get WA1)
Послано shrek 1 ноя 2006 19:07
1.Yes they are.
2.maximum length is sum of ships' length 100*100=10000
3.you can output in any order you like