Pakgamer2022's blog

By Pakgamer2022, history, 3 years ago, In English

Hello CodeForces. I am stuck at this problem. please help.

MY PYTHON CODE

HELP!

  • Vote: I like it
  • -26
  • Vote: I do not like it

| Write comment?
»
3 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

From problem statement: "If the number of distinct characters in one's user name is odd, then he is a male, otherwise she is a female." You're counting the number of characters, not distinct characters.