Học phép nhân cùng H32

View as PDF

Submit solution

Points: 0.10
Time limit: 1.0s
Memory limit: 64M

Authors:
Problem type

Nhập 2 số nguyên a và b có 3 chữ số. Trình bày phép toán nhân a x b

Input Input một dòng duy nhất hai số nguyên a và b

Output
Output một dòng duy nhất kết quả phép nhân theo dạng mẫu.

Examples

Input

123 456

Output

  123
  x 456
———
    738
   615
  492
_______
56088

Comments

Please read the guidelines before commenting.


There are no comments at the moment.