#include int main(void){ int a, b, c; float V; scanf("%d %d %d", &a &b &c); V = a * b * c; printf("%f