// editor5
#include <stdio.h>
int main(){
    int lenght=40.02l;
    int braght=20.03h;
    printf("%d\n",lenght*braght);
}