1015 Reversible Primes
发表于
1 | #include <bits/stdc++.h> |
1011 World Cup Betting
发表于
1 | #include <bits/stdc++.h> |
1009 Product of Polynomials
发表于
题目大意:
求2个多项式A*B后的结果。
1 | #include <bits/stdc++.h> |