#include <bits/stdc++.h>
using namespace std;
int main()
{
int xtot = 0;
int ytot = 0;
int cnt = 1;
int a, b, r;
cin >> a >> b >> r;
a /= 2;
b /= 2;
if (r > a && r > b)
{
cout << "Bob";
return 0;
}
while (1)
{
xtot += r;
ytot += r;
!cnt;
if (xtot > a || ytot > b)
break;
}
if (cnt)
cout << "Alice";
else
cout << "Bob";
return 0;
}
不会博弈论喵,模拟喵

京公网安备 11010502036488号