正在考场上
#include<bits/stdc++.h> using namespace std; int main() { int RP=rand(); while(1) RP++; return 0; }