• 福州大学在线测评系统 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++  编译器交题才能过,不然算你编译错
  • 相关阅读:
    MySQL 实训篇
    MySQL 操作部分
    MySQL 数据库设计部分
    Python Excel及setuptool安装
    泛型? extents super
    js中立即执行
    js的闭包
    js作用域与作用域链
    js编译和执行顺序
    文件下载
  • 原文地址:https://www.cnblogs.com/Romantic-Chopin/p/12451481.html
Copyright © 2020-2023  润新知