6 lines
76 B
C
Raw Normal View History

#include <math.h>
/*
long long int lrintf(float x) {
return floor(x);
}*/