#include using namespace std; typedef long long int lld; int main() { lld n,m; cin>>n>>m; lld k=n*m; cout<