The Online Judge board
Skip to content
Go to advanced search
Code: Select all
printf("%.4I64d\n", a + b);
output = a + b; printf("%.4lf\n", output);