Обсуждение
Не публикуйте здесь решения. Эта страница предназначена только для того, чтобы задавать вопросы о проблеме, давать советы, если вы застряли, или обсуждать проблему в целом.
Загрузка
Минутку, получение данных с сервера
Julka_jul the error message is "EOF when reading a line", EOF here stands for End-Of-File. This error means you are trying to read input, but there is nothing to read. Check "Input" tab and make sure there is enough data to read.
Moreover, keep in mind, your program should only output the answer, so the message "Enter quantity of methods:" will be part of the answer.