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 |
pass#include <stdio.h> int main(void) { long n,i; scanf("%ld",&n); for (i=1;i<=2*n;i++){ if((((i+1)*i)/2-n)%2==0&&(((i+1)*i)/2-n)>0){ printf("%ld\n",i); break; } } return 0; } Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator