摘要:
0562 赋值的右操作数指向更严格的类型 On the other hand, it is perfectly legitimate(合法的) to initialize an object of type "const TYPE *" or "volatile TYPE *" or even "c 阅读全文
摘要:
/* MergeSort 归并排序 复杂度: n*log(n) */ #include using namespace std; void MergeSort(int a[], int s, int e, int tmp[]); void Merge(int a[], int s, int m, int e, int tmp[]); int a[10] = { 13,27,19,2,8,12,2... 阅读全文
摘要:
2456:Aggressive cows 2456:Aggressive cows 查看 提交 统计 提示 提问 查看 提交 统计 提示 提问 总时间限制: 1000ms 内存限制: 65536kB描述Farmer John has built a new long barn, with N (2 阅读全文