#include<stdio.h>
int main()
{
   int l;
   int b;
   float r;
   scanf("\n%d",l*b);
   scanf("\n%f",r);
}