#include <math.h> #include <stdio.h> int main(void) { printf("%f\n", rint (11)); return 0; }
11.000000