標題:
[隨堂測驗] a215 明明愛數數
[打印本頁]
作者:
李知易
時間:
5 天前 11:58
標題:
[隨堂測驗] a215 明明愛數數
本帖最後由 李知易 於 2024-12-18 17:44 編輯
a215. 明明愛數數
本帖隱藏的內容需要回復才可以瀏覽
作者:
徐啟祐
時間:
5 天前 18:40
本帖最後由 徐啟祐 於 2024-12-14 19:02 編輯
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n,m;
while(cin>>n>>m)
{
int counter=0,sum=0;
while(true)
{
sum+=n;
n++;
counter++;
if(sum>m)
{
cout<<counter<<endl;
break;
}
}
}
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2