#include long long llroundf(float x) { return roundf(x); } #ifdef TEST int main(void) { return 0; } #endif