#include<stdio.h>
int main(){
    int n,t;
    scanf("%d,%d",n,t);
    printf("the time taken for the juice is:"n*t)
}