#include <math.h> long lround(double x) { return round(x); }
#include <math.h>
long lround(double x)
{
return round(x);
}