Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:我的想法,错了吗?In Reply To:我的想法,错了吗? Posted by:shenfangyi at 2006-10-20 19:38:21 > #include<stdio.h> > #include<stdlib.h> > main() > { > int n; > scanf("%d",&n); > while(n) > { > int total=0,rest=0; > while(n--) > { > int x; > scanf("%d",&x); > x+=rest; > total+=abs(x); > rest=x; > } > printf("%d\n",total); > scanf("%d",&n); > } > } 不服不行啊...唉... 大赞 Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator