#include<bits/stdc++.h> using namespace std; int main() { int r; cin>>r; int p; cin>>p; int d; cin>>d; cout<<r*p*d; return 0; }