Problem B
Takkar
Languages
en
is

Input
The input consists of two lines. The first line has a single
integer
Output
If Trump has a larger button, print MAGA!. If Kim Jong-Un has a larger button print FAKE NEWS!. If the buttons are equally large print WORLD WAR 3!. Note that MAGA is an acronym for "Make America Great Again."
Scoring
Group |
Points |
Constraints |
1 |
100 |
|
Sample Input 1 | Sample Output 1 |
---|---|
7 13 |
FAKE NEWS! |
Sample Input 2 | Sample Output 2 |
---|---|
1337 1337 |
WORLD WAR 3! |
Sample Input 3 | Sample Output 3 |
---|---|
420 42 |
MAGA! |