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

Обсуждение задачи 1230. Интроспективная программа

C# - WA1 - Interpreter shows the same string in output, though
Послано Kergan 14 ноя 2022 18:13
I don't use ";" in the end.
I use Console.Write() and not Console.WriteLine().
According to the interpreter my PIBAS programm is correct.
Still I've got WA#1.

I'd like to have some hints from people with C# AC.
Re: C# - WA1 - Interpreter shows the same string in output, though
Послано Kergan 15 ноя 2022 02:55
Disregard that. I don't understand how I checked my program a dozen times and didn't see the obviously wrong length of last substring!

Funny thing about the interpreter provided by DR. Zhihua Lai: it does not react to substring length which is higher than the length of an actual string. That's why my PIBAS programm worked well in interpreter but gave me WA1 here.