idea 测试点3:输入的两个整数都是0测试点4.5:大数,需要用大数加法 solution1(测试点4,5不通过) 直接相加再转30进制 #include<iostream>#include<string>using namespace std;typedef long long ll;string a, b, sum = "", temp;ll change(strin
题目描述 Given a set of N (>1) positive integers, you are supposed to partition them into two disjoint sets A1 and A2 of n1 and n2 numbers, respectively. Let S1 and S2 denote the sums of all the numbe
1113 Integer Set Partition (25 point(s)) Given a set of N (>1) positive integers, you are supposed to partition them into two disjoint sets A1 and A2 of n1 and n2 numbers, respectively. L
1113 Integer Set Partition (25 分) Given a set of N (>1) positive integers, you are supposed to partition them into two disjoint sets A1 and A2 of n1 and n2 numbers, respectively. Let S1