团体程序设计天梯赛
#include<iostream> using namespace std; int a,b; int main(){ scanf("%d %d",&a,&b); printf("%.2f",0.1*b*a); return 0; }