#include<iostream>using namespace std; void DoMerge(int array[], int buff[], int begin, int middle, int end){ int leftHalfBegin = begin; int leftHalfE Read More
posted @ 2016-03-19 16:47 zhaodonglin Views(125) Comments(0) Diggs(0)
#include<iostream>using namespace std; int copyTimes(int playerNumber){ int i =0; while(playerNumber != 1){ playerNumber = playerNumber/2; i++; } retu Read More
posted @ 2016-03-19 16:46 zhaodonglin Views(102) Comments(0) Diggs(0)
Tomorrow is written by today Read More
posted @ 2016-03-19 12:35 zhaodonglin Views(73) Comments(0) Diggs(0)