因为痛,所以叫青春

我有一个梦想:穷屌丝变身富屌丝

2012年7月21日

uva573 - The Snail

摘要: 注意一点,蜗牛不能向下爬,所以蜗牛爬行的距离不能是负数View Code 1 #include 2 int main() 3 { 4 double h, u, d, f, p, q; 5 int k; 6 while(scanf("%lf%lf%lf%lf",&h,&u,&... 阅读全文

posted @ 2012-07-21 15:49 Nice! 阅读(184) 评论(0) 推荐(0) 编辑
uva107 The Cat in the Hat

摘要: 以下代码,纯属抄袭。如有雷同,实属必然。View Code 1 #include 2 #include 3 #include 4 int main() 5 { 6 int h, n, k, N, a, b, i; 7 while(scanf("%d%d",&h,&n) && (h ... 阅读全文

posted @ 2012-07-21 14:50 Nice! 阅读(180) 评论(0) 推荐(0) 编辑