#include long long int lrintf(float x) { return floor(x); }