#include<bits/stdc++.h> using namespace std; int main() { int l,m; cin>>l>>m; cout<<l*m; return 0; }
Using your lizikid universal account