#include main() { printf("12345678901234567890\n"); double x, y; x=111111111111.111111; y=222222222222.222222; printf("%lf\n", x+y); return 0; }