#14982: 錯在哪?


wendy93926 (星空)

學校 : 新北市立中山國中
編號 : 80778
來源 : [111.248.156.249]
最後登入時間 :
2022-07-03 19:14:02
a215. 明明愛數數 | From: [36.224.24.111] | 發表日期 : 2018-08-27 19:22

#include <stdio.h>
#include <stdlib.h>

int main()
{
    int m,n,total=0,count,number;
    while(scanf("%d %d",&n,&m)!=EOF)
    {
        for(count=n;total<m;count++)
        {
            total=total+count;
        }
        count-=n;
        printf("%d\n",count);
        total=0;
    }
    return 0;
}

 
ZeroJudge Forum