#include #include int main() { int n = 0; int x = 0; scanf("%d", &n); scanf("%d", &x); printf("%d", n * x / 100); return 0; }