RP Game

    xiaoxiao2021-03-25  58

    Problem Description

    This problem is easy. You just need to output an integer N (0<=N<50). If your RP is very high, you will get an AC.

    Input This problem needn’t input anything.

    Output An integer.

    Sample Input (No input)

    Sample Output 0

    #include"stdio.h" #include<cstdlib> #include"time.h" int main() { srand(time(NULL)); printf("%d\n",rand()P); return 0; }

    测人品的游戏 题意:输入一个0-49的数看是否和系统给出的数一致

    转载请注明原文地址: https://ju.6miu.com/read-33727.html

    最新回复(0)