Hi everybody,
Can anybody help me with this problem:
https://code.google.com/codejam/contest/842485/dashboard#s=p0
?
I basically read the numbers like this:
getline(file,line);
istringstream iss (line,istringstream::in);
iss>>tab[j];
But the problem is that they are too close to 0 so they get rounded. I
get for instance 0.00449602 instead of 0.00449602, even when tab is a
long double table.
So how can I store the numbers into variables without losing any
information, and if possible without using "boost"?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Code Jam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.