1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#include <iostream>
#include <algorithm>
#include <vector>
#include <map>

#define P(a,n) for(int j=a;j<n;j++)
#define P3(a,n,z) for(int z=a;z<n;z++)
#define PD(pocz,kon,z) for(int z=pocz;z>=kon;z--)
#define W while

#define PB push_back
#define F first
#define S second
#define ll long long

#define O cout<<
#define I cin>>
#define endl '\n'
#define E '\n'

using namespace std;

int pkt[12][2];

int main()
{
ios_base::sync_with_stdio(0); cin.tie(NULL);
int a;
P(0,2)
{
    P3(0,18,z)
    {
        I a; pkt[a][j]++;pkt[11][j]+=a;
    }
}
PD(11,0,z)
{
    if(pkt[z][0]>pkt[z][1])
       { O "Algosia"; return 0;}
    if(pkt[z][0]<pkt[z][1])
        { O "Bajtek"; return 0;}

}
O "remis";


return 0;
}