大家好,又见面了,我是全栈君。
来源:点击打开链接
非常easy。找规律。
每去掉一个点,点的总数量就减去n+m-1,然后看谁最先减到没有点可减。就能够了。
#include <iostream> #include <cstring> using namespace std; int main() { int n,m; cin>>n>>m; int totalpoint=n*m; int count=0; while(totalpoint>0) { totalpoint-=(n+m-1); n--; m--; count++; } if(count%2==0) cout<<"Malvika"<<endl; else cout<<"Akshat"<<endl; return 0; }
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/115887.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...