Untitled
unknown
plain_text
a year ago
201 B
6
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