UID: 1166,
Registered at 2023-9-3 20:07:17,
last login at 2025-2-25 9:04:38,
last active at 2025-3-8 18:32:11.
Solved 29 problems, RP: 184.43 (No. 222)
♂
Bio
dr=xNo,commander!
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ull unsigned ll
const int maxn=1e5+10;
int main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
return 0;
}
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ull unsigned ll
const int maxn=1e5+10;
class s{
public:
s(){
}
};
s a;
int main(){}
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ull unsigned ll
const int maxn=1e5+10;
int a[200],top=0;
int b[]={113,116,122,129,212,231,226,233,225,307,311,326,331,237};
bool f(int x){
for(int i=0;i<14;i++)if(x==b[i])return 0;
return 1;
}
int main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
srand(time(NULL));
for(int i=1;i<=13;i++)if(f(i+100))a[++top]=i+100;for(int i=15;i<=37;i++)if(f(i+100))a[++top]=i+100;
for(int i=1;i<=36;i++)if(f(i+200))a[++top]=i+200;
for(int i=1;i<=36;i++)if(f(i+300))a[++top]=i+300;
cout<<'0'<<a[rand()%top+1]<<" love(s) 0"<<b[rand()%14];
return 0;
}