#include<stdio.h> int main() { int a; float b,c,d; scanf("%d %f",&a,&b); c=b/1200; d=a*c; printf("%.3f",d); return 0; }
有帮助望采纳