Compare Pastes

Differences between the pastes #146421 (02.10.2020 02:10) and #176435 (26.04.2021 02:37).
1
//20201002
2
#include 
3
int main(void)
4
{
5
	double x = 1.12345678901234567890;
6
	x = x - 0.1234567890;
7
	x = x - 0.000000000012345678;
8
	printf ("%20lf\n"), x;