摘要: 1 #include 2 #include 3 #define N 10000 4 void inv(char str[],int n) 5 { 6 int i,j; 7 char temp; 8 for(i=0,j=n-i-1; i=8) 39 { 40 a=s[i]/num; 41 s[i... 阅读全文
posted @ 2017-08-14 23:51 xcantaloupe 阅读(309) 评论(0) 推荐(0) 编辑
摘要: struct node { int from,to,w; bool operator < (const node & b) const { return w<b.w; } } ; 阅读全文
posted @ 2017-08-14 23:25 xcantaloupe 阅读(411) 评论(0) 推荐(0) 编辑