afad2624 ^
b69f695a ^
1
2
3 4 5 6
#include <math.h> long long llroundf(float x) { return roundf(x); }