int j=1,i[]=csv(stdin);for(;i.length>0;)j*=i.pop();write(j);