#include<bits/stdc++.h> using namespace std; int main(){ int a,b,s,j; cin>>a>>b>>s; j=a*b*s; cout<<j; return 0; }