#include<stdio.h>
int main()
{
    int n;//no.of juices
    int t;//time needed per juices
    scanf("%d",&n);
    scanf("%d",n*t);
}