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

Обсуждение задачи 1119. Метро

compilation error
Послано Crestez Leonard 31 окт 2002 03:10
  I somehow get a compilation error if I use sqrt(2) from math.h. Any ideas? What do you compile with?
I have the similar problem too
Послано VladG 7 ноя 2002 23:24
It looks strange for me, but I too got an compilation error when I
tried to use sqrt function from a math.h library.
Probably the compiler they use doesn't have this function i ntheir
library. The managers of this site somehow should be contacted about
that.
If you will discover the answer, please publish it.
I will do the same.

>   I somehow get a compilation error if I use sqrt(2) from math.h.
Any ideas? What do you compile with?
Re: I have the similar problem too
Послано Blue Soply 19 апр 2003 12:27
Change sqrt(2) to sqrt((double)2),and it will OK.
Re: I have the similar problem too
Послано bug27 27 мар 2005 15:13
with your help,I got AC now.

faint! what compiler timus uses?