#P10125. Account Equivalence Checker

    ID: 12112 Type: Default 1000ms 256MiB

Account Equivalence Checker

Account Equivalence Checker

You are given a single account name as input. The account name can belong to one of two known accounts: Acoipp or Svpoll. The comparison is case-insensitive (i.e., $$\texttt{SVPOLl}$$ is equivalent to $$\texttt{svPOLL}$$, and $$\texttt{aCoIPp}$$ is equivalent to $$\texttt{Acoipp}$$).

Determine whether the input account name is equivalent to Acoipp or Svpoll. If it matches Acoipp (ignoring case), output Acoipp; if it matches Svpoll, output Svpoll; otherwise, output Other.

inputFormat

The input consists of a single line that contains the account name (a non-empty string).

outputFormat

Output a single line which is either Acoipp, Svpoll, or Other depending on whether the input account name matches Acoipp or Svpoll in a case-insensitive manner.

sample

acoipp
Acoipp