作者partDu (50p超人)
看板PttEarnMoney
标题[发钱] 渡
时间Wed Aug 1 22:10:40 2018
#include<iostream>
#include<math.h>
using namespace std;
main()
{
int G;
cin>>G;
while(G<60)
{
cout<<"请加油哦 >_^ "<<endl;
}
return 0;
}
//如果输入小於60的数字,会被加油几次呢?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 59.127.245.204
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/PttEarnMoney/M.1533132643.A.89D.html
1F:推 AyaMatsuura: 1 61.70.162.122 08/01 22:11
2F:推 PCHiding360: 14 42.73.104.255 08/01 22:12
3F:→ partDu: =========先放着 59.127.245.204 08/01 22:15
4F:推 yulin0619: 无限多次 跳不出while 114.25.171.89 08/01 22:15
5F:推 LittleCalf: runtime error118.168.152.104 08/01 22:15
6F:推 n6335097: 被当掉123.194.219.218 08/01 22:16
7F:→ yulin0619: 收到乾虾 114.25.171.89 08/01 22:17