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