#include main() { printf("1234567890\n"); float x, y; x=111111.111; y=222222.222; printf("%f\n", x+y); return 0; }