Problem J
Takkar
                                                                Languages
                        
                            
                                                                    en
                                                                    is
                                                            
                        
                                                                
   
      Input
The input consists of two lines. The first line has a single integer $a$, the size of Trump’s button. The second line has a single integer $b$, the size of Kim’s button.
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 | $0 \leq a,b \leq 10^9$ | 
| 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! | 
