#include #include #include int main(void) { float f = GetFloat(); int n = round(f * 100); printf("%d\n", n); }