摘要:
1033. To Fill or Not to Fill (25) With highways available, driving a car from Hangzhou to any other city is easy. But since the tank capacity of a car 阅读全文
posted @ 2018-01-16 15:40
A-Little-Nut
阅读(227)
评论(0)
推荐(0)
摘要:
1 #include 2 using namespace std; 3 void Insertion_sort(long int a[],int s,int n){ 4 int temp,i,j; 5 for(i=s+1;i=s;j--){ 8 if(a[j]>temp) a[j+1]=a[j]; 9 else bre... 阅读全文
posted @ 2018-01-16 09:46
A-Little-Nut
阅读(415)
评论(0)
推荐(0)