#include<bits/stdc++.h>
using namespace std;
int main()
{
	int m,n,k,x,y;
	scanf m>>n>>k;
	m*n
	return 0;
}