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