Untitled
Anonymous
plain_text
10/07/2024 6:17 PM
268 B
12
Indexable
#include <bits/stdc++.h>
using namespace std;
int main() {
string s;
cin>>s;
set<int>st;
if(st.size() % 2 == 0){
cout<<"CHAT WITH HER";
}else{
cout<<"IGNORE HIM";
}
}
Editor is loading...
Leave a Comment