1 2 3 4 5 6
#include <math.h> // for llroundl, roundl long long llroundl(long double x) { return roundl(x); }