#include <math.h> #include <stdio.h> int main() { int n, h, m, a; scanf("%d %d %d", &n, &h, &m); if (m <= n * h) { float c; //求正在喝第几瓶,&...