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