Wei-Yuanzhe 发表于 2023-8-12 14:55:22

猜数字

啦啦啦现在猜数字更新啦{: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:}

Wei-Yuanzhe 发表于 2023-8-12 14:56:58

看一看啦{:10_256:}{:10_256:}

tommyyu 发表于 2023-8-12 15:02:15

好的,现在只要再套一个 GUI 就可以申请精华了(doge){:10_256:}{:10_256:}{:10_256:}

歌者文明清理员 发表于 2023-8-12 15:02:47

鱼币

Wei-Yuanzhe 发表于 2023-8-12 15:08:03

tommyyu 发表于 2023-8-12 15:02
好的,现在只要再套一个 GUI 就可以申请精华了(doge)

{:9_241:}GUI是啥

tommyyu 发表于 2023-8-12 15:09:07

Wei-Yuanzhe 发表于 2023-8-12 15:08
GUI是啥

图形用户界面
(之前有一个帖子就是随机数生成+GUI就得了个精华,当然现在被撤销了)

Wei-Yuanzhe 发表于 2023-8-12 15:13:14

tommyyu 发表于 2023-8-12 15:09
图形用户界面
(之前有一个帖子就是随机数生成+GUI就得了个精华,当然现在被撤销了)

。。。听不懂{:10_291:}

tommyyu 发表于 2023-8-12 15:14:17

Wei-Yuanzhe 发表于 2023-8-12 15:13
。。。听不懂

{:10_282:}

Wei-Yuanzhe 发表于 2023-8-12 15:26:05

tommyyu 发表于 2023-8-12 15:14


{:10_284:}

琅琊王朝 发表于 2023-8-12 15:58:02

{:5_106:}

Ewan-Ahiouy 发表于 2023-8-12 16:01:05

Wei-Yuanzhe 发表于 2023-8-12 15:26


{:5_97:}

yinda_peng 发表于 2023-8-12 16:14:22

zc

Mike_python小 发表于 2023-8-12 19:10:55

tommyyu 发表于 2023-8-12 12:09
图形用户界面
(之前有一个帖子就是随机数生成+GUI就得了个精华,当然现在被撤销了)

内涵“某人”{:10_256:}

https://fishc.com.cn/thread-161294-1-1.html

这么说的话我这篇帖子是不是也能申请精华了{:10_256:}

tommyyu 发表于 2023-8-12 19:13:22

Mike_python小 发表于 2023-8-12 19:10
内涵“某人”

https://fishc.com.cn/thread-161294-1-1.html


import os
os.system('calc'){:10_256:}

Mike_python小 发表于 2023-8-12 19:14:01

tommyyu 发表于 2023-8-12 16:13


看破不说破{:10_256:}
与有一个帖子有异曲同工之妙{:10_256:}

小小麦乐鸡 发表于 2023-8-12 20:14:38

鱼币

英雄在哪里 发表于 2023-8-14 15:18:48

鱼币贴贴

Inawangg 发表于 2023-8-15 16:43:24

鱼币~

Jtrump156 发表于 2023-8-15 20:16:07

{:7_146:}

梓枍y 发表于 2023-8-22 14:46:26

鱼币
页: [1] 2
查看完整版本: 猜数字