#include int main(void){ int n,g,v,t,t1; scanf("%d",&n); scanf("%d",&g); scanf("%d",&v); t = n/5; t1 = t*g; printf("%d",t1/v); return 0; }