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

Обсуждение задачи 1079. Максимум

log2 problem
Послано Gio Pataraia 5 янв 2011 19:26
i have written algorithm that uses log2() which is in
c++(<cmath> library) and when i used it copmpilation error occured "error C3861: 'log2': identifier not found"
when i compile it in devc++ it works perfectly..
can everyone helm me? :(
Re: log2 problem
Послано gonmrod 21 янв 2011 22:32
Timus use the compiler visual c++ compiler not gcc.
hint: log2(n) = log(n)/log(2)
(but this sum at the complexity)

Edited by author 21.01.2011 22:32

Edited by author 21.01.2011 22:32
Re: log2 problem
Послано gonmrod 21 янв 2011 22:33
Timus use the compiler visual c++ compiler not gcc.
hint: log2(n) = log(n)/log(2),
(but this sum at the complexity)