#include<bits/stdc++.h>
using namespace std;
int main(){
srand(time(0)); if((rand()%10)%2==1)cout<<"Hello World"; return 0;
}
......
共 1 条回复
......