Advertisement
Promi_38

cf 451A

Sep 29th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include<bits\stdc++.h>  
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.     int n, m;
  8.     scanf("%d %d", &n, &m);
  9.    
  10.     if(min(m,n) % 2 == 0) printf("Malvika\n");
  11.     else printf("Akshat\n");
  12. }
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement