#include <math.h>
include <stdio.h>
#include <limits.h>
main(){ printf(%24.16fn, DBL_MAX); }
