#include // for llroundf, roundf long long llroundf(float x) { return roundf(x); }