摘要: 1001 即 hdu 2527 迷瘴太水了,快排+判断View Code 1 #include<stdio.h> 2 #include<algorithm> 3 using namespace std; 4 int main() 5 { 6 int n; 7 scanf("%d",&n); 8 while(n--) 9 {10 int m,v,i;11 double w,pi=0;12 scanf("%d%d%lf",&m,&v,&w);13 double num[1005];14 ... 阅读全文
posted @ 2011-11-25 18:31 skyming 阅读(273) 评论(0) 推荐(0)