#SDNU1532. a*b IV
a*b IV
Description
计算,多组输入(组以内)。
Input
两个数,数据范围 。
Output
输出与的乘积。 #Sample Input
2 2
4 4
Sample Output
4
16
Hint
NTT
计算a∗b,多组输入(50组以内)。
两个数a,b,数据范围 0<=a,b<=10100000。
输出a与b的乘积。 #Sample Input
2 2
4 4
4
16
NTT
By signing up a GENESIS universal account, you can submit code and join discussions in all online judging services provided by us.