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 |
我的想法,错了吗?#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