#include using namespace std; int main() { double N, M; cin >> N >> M; cout << int(N * M + 1e-4) << "\n"; }