poj 1860 Currency Exchange (Bellman_Ford)
摘要:
点击打开链接 第一次写Bellman_Ford.. #include"stdio.h"int n,m,start;double money,rab,rba,cba,cab;struct node{ int x,y; double r,c;}map[210];double d[210];int... 阅读全文
posted @ 2012-07-31 19:40 Slege 阅读(106) 评论(0) 推荐(0)
浙公网安备 33010602011771号