摘要:
1022. D进制的A+B (20) 输入两个非负10进制整数A和B(123 456 8 输出样例: 1103 这题也比较简单,下面是代码 include include using namespace std; int main(){ int n1,n2,n,N; cin n1 n2 n; N=n 阅读全文
摘要:
7 16 Sort with Swap(0, i)(25 分) Given any permutation of the numbers {0, 1, 2,..., N−1}, it is easy to sort them in increasing order. But what if Swap 阅读全文