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