{filelink=13257}
#include <math.h> #include <stdio.h> int main(void) { printf("%f", ceil(1.25)); return 0; }