#include // for llroundl, roundl long long llroundl(long double x) { return roundl(x); }