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