ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

How could I read and write "long double" using printf , scanf in C/C++? and can I use integer bigger than 32bits here?
Posted by Sam Green 2 Feb 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?
Posted by Algorist 2 Feb 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