#include<iostream> using namespace std; int main() { int x; int y; int h; cin>>x>>y>>h; cout<<x*y*h<<endl; return 0; }