#31922: count


oh_my_god (often)

學校 : 臺中市私立明道高級中學
編號 : 196962
來源 : [36.233.201.105]
最後登入時間 :
2023-10-20 23:42:02
a215. 明明愛數數 | From: [1.161.130.201] | 發表日期 : 2022-08-28 21:14

#include <stdio.h>
#include <stdlib.h>
int main()
{
    int n,m;
    while(scanf("%d%d",&n,&m)!=EOF)
    { 
        int num=0,total=0;
        while(1)
        {
                num++;
        total=n+total;
        n++;
            if(m<total)
            {
                break;
            }
        }
    printf("%d\n",num);
    }
}

 
ZeroJudge Forum