这个题
SPJ代码:
#include "testlib.h"
#include <ctime>
using namespace std;
int main(int argc, char*argv[]) {
registerTestlibCmd(argc, argv);
outf.readInt();
registerGen(argc, argv, 1);
int ans = rnd.next(115414, 1919810);
ans *= time(0);
ans %= (1919810 - 115414 + 1);
ans += 115414;
if ((rnd.next(1, 4) * time(0)) % 2 == 1) {
quitf(_ok, "YOUR RP IS GOOD!\n");
} else {
quitp((double) (ans), "YOUR RP IS BAD!");
}
return 0;
}