Problem B
Older Brother
Your older brother is an amateur mathematician with lots of
experience. However, his memory is very bad. He recently got
interested in linear algebra over finite fields, but he does
not remember exactly which finite fields exist. For you, this
is an easy question: a finite field of order
The conversation with your brother went something like this:
![\includegraphics[width=0.95\textwidth ]{conversation.pdf}](/problems/olderbrother/file/statement/en/img-0001.png)
Input
The input consists of one integer
Output
Output “yes” if there exists a
finite field of order
Sample Input 1 | Sample Output 1 |
---|---|
1 |
no |
Sample Input 2 | Sample Output 2 |
---|---|
37 |
yes |
Sample Input 3 | Sample Output 3 |
---|---|
65536 |
yes |