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