Hello World有可能得50分代码

ylnywys 2024-08-15 8:49:33 15

#include<bits/stdc++.h>

using namespace std;

int main(){

srand(time(0));

if((rand()%10)%2==1)cout<<"Hello World";

return 0;

}

{{ vote && vote.total.up }}