福州大学在线测评系统 FZU 1013 RP Game

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

话说,这真的是一个“人品问题啊”,哈哈哈,题目意思很明确,你交一个数字上去,系统没次会生成一个小于50的随机数,你的数字要是刚好等于测评系统给的随机数,你就过了,不然重来继续交题,唉

所以咯,把你的答案狂交即可, 我反正交了80+遍才通过。

#include<iostream>
using namespace std;

int main()
{
	cout<<"1"<<endl;
 } //记得这题要用visual c++  编译器交题才能过,不然算你编译错

猜你喜欢

转载自blog.csdn.net/qq_40763929/article/details/81586393