oh my god!!
many CP!!!
#include<bits/stdc++.h>
#pragma optimize(-Ofast)
using namespace std;
string boy[18]={"曹一涵","李君泽","张君泽","王俊熙","周善楚","李锦霖","张萦飞","吴承洲","范天泽","张轩程","肖子卓","范景辰","朱正","张恒源","吕明栩","高浩宬","宫子煜","高嘉源"};
string girl[16]={"缪一诺","于舒晴","杨婧媛","邵梓暄","郭依鑫","李晨希","黄以秋","吴炫熠","李若熙","王玧琪","杨依佳","万可诗","王可儿","刘懿涵","杨斯童","成沐遥"};
int main(){
ios::sync_with_stdio;cin.tie(0),cout.tie(0);
system("color 7D");
mt19937 rnd(time(0));
cout<<boy[rnd()%18]<<" && "<<girl[rnd()%16]<<endl;
cout<<"Both them love each other!";
}
标签:天命,cout,所归,朱正,tie,string
From: https://www.cnblogs.com/brain-less-blog/p/18576867