Выбрать соревнование | Задачи | Послать решение | Результаты проверки | Статистика по задачам | Вопросы и ответы | Результаты соревнования | Состояние сервера | Изменить данные | Управление командой | Помощь |
02/07/2007 | Лето 2007 дорешивание ( 5B) |
11/07/2007 | Лето 2007 - 5 (B) |
Ограничения: время – 1s/2s, память – 32MiB Ввод: input.txt или стандартный ввод Вывод: output.txt или стандартный вывод
Послать решение Blockly Посылки Темы Где Обсудить (0)
Command | Comment |
b | toggle bold font on/off (default state is off) |
i | toggle italics font on/off (default state is off) |
s | set font size; the s is immediately followed by an optional number; if the number is missing then the command will restore the previous size |
* | toggle processing of mark-ups on/off; if processing is toggle off then mark-ups are considered to be literal text (default state is on) |
Sample Input
\s18.\bMARKUP sample\b\s \*For bold statements use the \b command.\* If you wish to \iemphasize\i something use the \\i command. For titles use \s14BIG\s font sizes, 14 points usually works well. Remember that all of the commands toggle except for the \\s command.
Sample Output
MARKUP sample For bold statements use the \b command. If you wish to emphasize something use the \i command. For titles use BIG font sizes, 14 points usually works well. Remember that all of the commands toggle except for the \s command.