1/*
2 * Copyright (c) 2022 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15class A {
16	a = -1;
17	b = 2;
18	c = 3;
19	d = 4;
20	e = 5;
21	f = 6;
22	g = 7;
23	h = 8;
24	i = 9;
25	j = 10;
26	k = 11;
27	l = 12;
28	m = 13;
29	n = 14;
30	o = 15;
31	p = 16;
32	q = 17;
33	r = 18;
34	s = 19;
35	t = 20;
36	u = 21;
37	v = 22;
38	w = 23;
39	x = 24;
40	y = 25;
41	z = 26;
42	a1 = 1;
43	b1 = 2;
44	c1 = 3;
45	d1 = 4;
46	e1 = 5;
47	f1 = 6;
48	g1 = 7;
49	h1 = 8;
50	i1 = 9;
51	j1 = 10;
52	k1 = 11;
53	l1 = 12;
54	m1 = 13;
55	n1 = 14;
56	o1 = 15;
57	p1 = 16;
58	q1 = 17;
59	r1 = 18;
60	s1 = 19;
61	t1 = 20;
62	u1 = 21;
63	v1 = 22;
64	w1 = 23;
65	x1 = 24;
66	y1 = 25;
67	z1 = 26;
68	a2 = 1;
69	b2 = 2;
70	c2 = 3;
71	d2 = 4;
72	e2 = 5;
73	f2 = 6;
74	g2 = 7;
75	h2 = 8;
76	i2 = 9;
77	j2 = 10;
78	k2 = 11;
79	l2 = 12;
80	m2 = 13;
81	n2 = 14;
82	o2 = 15;
83	p2 = 16;
84	q2 = 17;
85	r2 = 18;
86	s2 = 19;
87	t2 = 20;
88	u2 = 21;
89	v2 = 22;
90	w2 = 23;
91	x2 = 24;
92	y2 = 25;
93	z2 = 26;
94	a3 = 1;
95	b3 = 2;
96	c3 = 3;
97	d3 = 4;
98	e3 = 5;
99	f3 = 6;
100	g3 = 7;
101	h3 = 8;
102	i3 = 9;
103	j3 = 10;
104	k3 = 11;
105	l3 = 12;
106	m3 = 13;
107	n3 = 14;
108	o3 = 15;
109	p3 = 16;
110	q3 = 17;
111	r3 = 18;
112	s3 = 19;
113	t3 = 20;
114	u3 = 21;
115	v3 = 22;
116	w3 = 23;
117	x3 = 24;
118	y3 = 25;
119	z3 = 26;
120	a4 = 1;
121	b4 = 2;
122	c4 = 3;
123	d4 = 4;
124	e4 = 5;
125	f4 = 6;
126	g4 = 7;
127	h4 = 8;
128	i4 = 9;
129	j4 = 10;
130	k4 = 11;
131	l4 = 12;
132	m4 = 13;
133	n4 = 14;
134	o4 = 15;
135	p4 = 16;
136	q4 = 17;
137	r4 = 18;
138	s4 = 19;
139	t4 = 20;
140	u4 = 21;
141	v4 = 22;
142	w4 = 23;
143	x4 = 24;
144	y4 = 25;
145	z4 = 26;
146}
147const a = new A();
148print(a.a);
149