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