[ create a new paste ] login | about

Link: http://codepad.org/wFm0r60H    [ raw code | output | fork ]

Python, pasted on Oct 7:
1
2
3
4
a=5999856;
b=99992800;
c=100000000;
print a**3.0+b**3.0-c**3.0;


Output:
1
0.0


Create a new paste based on this one


Comments: