#include int main(void){ int a=10,b=10; scanf("%d %d",&a,&b); printf("%d\n",multiplication(a,b)); return 0; }