#include<stdio.h>
int main()
{
    float a,b;
    scanf("%c",&a);
    c=a*b;
    printf("l%f",c);
    return 0;
}