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

Общий форум

How could I read and write "long double" using printf , scanf in C/C++? and can I use integer bigger than 32bits here?
Послано Sam Green 2 фев 2002 04:29
Some problem doesn't need Big Integer , the value can be stored in
just "long double" ("extended" in Pascal) but I don't know how to read
and write this type. So I have to do the Big Integer every time :(

please help me
Re: How could I read and write "long double" using printf , scanf in C/C++? and can I use integer bigger than 32bits here?
Послано Algorist 2 фев 2002 22:44
> Some problem doesn't need Big Integer , the value can be stored in
> just "long double" ("extended" in Pascal) but I don't know how to
read
> and write this type. So I have to do the Big Integer every time :(
>
> please help me