#include <iostream> using namespace std; int main(){ long int a,b; cin>>a>>b; cout<<a*b; return 0; }
exit code: 0, checker exit code: 0