CodeForces 451A

it2024-08-11  66

签到题,今天就水了这么一道题,不好意思说了。。。

#include<iostream> using namespace std; int main() { int a,b; cin >> a>> b; int c = a<b?a:b; if(c%2 == 0) cout<< "Malvika"<< endl; else cout<<"Akshat" << endl; return 0; } View Code

 

转载于:https://www.cnblogs.com/DUANZ/p/3871463.html

最新回复(0)