#include<bits/stdc++.h>
using namespace std;
int main(){
long long a,s;
string b;
cin>>a>>b>>s;
cout<<a*b;
return 0;
}
/**************************************************************
Problem: 1129
User: hongjiachen
Language: C++
Result: Compile Error
****************************************************************/