#include <stdio.h> int main() { int r, h,z; float PI=3.14,v; scanf("%d %d",&h,&r); v = PI*h*(r*r); &nb...