猜数字
啦啦啦现在猜数字更新啦{:10_256:}依旧是上代码{:10_327:}
#include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
int main(){
int shuzi = 0;
srand((unsigned int)time (NULL));
int num = rand() % 100 + 1;
while (1)
{
cin >> shuzi;
if(shuzi > num)
{
cout << "大了" << endl;
}
else if(shuzi < num)
{
cout << "小了" << endl;
}
else
{
cout << "恭喜猜对了" << endl;
break;
}
}
return 0;
}
求评分{:9_221:} 看一看啦{:10_256:}{:10_256:} 好的,现在只要再套一个 GUI 就可以申请精华了(doge){:10_256:}{:10_256:}{:10_256:} 鱼币 tommyyu 发表于 2023-8-12 15:02
好的,现在只要再套一个 GUI 就可以申请精华了(doge)
{:9_241:}GUI是啥 Wei-Yuanzhe 发表于 2023-8-12 15:08
GUI是啥
图形用户界面
(之前有一个帖子就是随机数生成+GUI就得了个精华,当然现在被撤销了) tommyyu 发表于 2023-8-12 15:09
图形用户界面
(之前有一个帖子就是随机数生成+GUI就得了个精华,当然现在被撤销了)
。。。听不懂{:10_291:} Wei-Yuanzhe 发表于 2023-8-12 15:13
。。。听不懂
{:10_282:} tommyyu 发表于 2023-8-12 15:14
{:10_284:} {:5_106:} Wei-Yuanzhe 发表于 2023-8-12 15:26
{:5_97:} zc tommyyu 发表于 2023-8-12 12:09
图形用户界面
(之前有一个帖子就是随机数生成+GUI就得了个精华,当然现在被撤销了)
内涵“某人”{:10_256:}
https://fishc.com.cn/thread-161294-1-1.html
这么说的话我这篇帖子是不是也能申请精华了{:10_256:} Mike_python小 发表于 2023-8-12 19:10
内涵“某人”
https://fishc.com.cn/thread-161294-1-1.html
import os
os.system('calc'){:10_256:} tommyyu 发表于 2023-8-12 16:13
看破不说破{:10_256:}
与有一个帖子有异曲同工之妙{:10_256:} 鱼币 鱼币贴贴 鱼币~ {:7_146:} 鱼币
页:
[1]
2