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

Обсуждение задачи 1006. Квадратные рамки

input reading with JAVA
Послано Angel Dzhigarov 31 окт 2006 19:22
  Hello,

  Im trying to solve this problem with JAVA, but I have WA on the 1st test case (which is most probably the sample test)...
  For the purpose of testing I replaced those 'corner' symbols with other symbols, and my solution worked fine on the sample test.
  Does anyone knows how can I read the input correctly?
  For now Im using:

  char k=p.charAt(j);
  int asci=k;
  switch (asci) {
    case 218:
             ..................