[ create a new paste ] login | about

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

C++, pasted on Oct 18:
1
2
3
4
5
6
#include <iostream>

int main()
{
  std::cout << 1e+9f, (1e+9f + 10.0f);
}


Output:
1
1e+09, 1e+09


Create a new paste based on this one


Comments: