problem E: SAMS' contest
Posted: Fri Jun 27, 2003 2:33 pm
Is it possible to give the output by the above process without losing precision?if you are using c, c++, just use:
C++:
printf("%E\n",ans);
Is it possible to give the output by the above process without losing precision?if you are using c, c++, just use:
C++:
printf("%E\n",ans);