Submission details
Task:Stone game
Sender:kookinnam
Submission time:2025-09-01 16:32:44 +0300
Language:Python3 (PyPy3)
Status:READY
Result:
Test results
testverdicttime
#10.06 sdetails
#20.06 sdetails
#30.06 sdetails
#40.06 sdetails
#50.06 sdetails
#60.06 sdetails
#70.06 sdetails
#80.06 sdetails
#90.06 sdetails
#100.06 sdetails
#110.06 sdetails
#120.06 sdetails
#130.06 sdetails
#140.06 sdetails
#150.06 sdetails
#160.06 sdetails
#170.07 sdetails
#180.06 sdetails
#190.06 sdetails
#200.07 sdetails
#210.06 sdetails
#220.06 sdetails
#230.06 sdetails
#240.06 sdetails
#250.06 sdetails
#260.06 sdetails
#270.06 sdetails
#280.06 sdetails
#290.06 sdetails
#300.06 sdetails
#310.06 sdetails
#320.06 sdetails
#330.06 sdetails
#340.06 sdetails
#350.06 sdetails
#360.06 sdetails
#370.06 sdetails
#380.06 sdetails
#390.06 sdetails
#400.06 sdetails
#410.06 sdetails
#420.06 sdetails
#430.06 sdetails
#440.06 sdetails
#450.06 sdetails
#460.06 sdetails
#470.06 sdetails
#480.06 sdetails
#490.06 sdetails
#500.06 sdetails
#510.06 sdetails
#520.06 sdetails
#530.06 sdetails
#540.06 sdetails
#550.06 sdetails
#560.06 sdetails
#570.06 sdetails
#580.06 sdetails
#590.06 sdetails
#600.06 sdetails

Code

# A, B = map(int, input().split())

A = input()
B = input()

if A == 1 and B == 1:
    print("Maija")
else:
    print("Uolevi")

Test details

Test 1

Verdict:

input
3 4

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 2

Verdict:

input
5 5

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 3

Verdict:

input
1 1

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 4

Verdict:

input
1 4

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 5

Verdict:

input
5 3

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 6

Verdict:

input
1 1

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 7

Verdict:

input
5 2

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 8

Verdict:

input
2 2

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 9

Verdict:

input
1 5

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 10

Verdict:

input
2 2

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 11

Verdict:

input
6 8

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 12

Verdict:

input
10 10

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 13

Verdict:

input
2 2

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 14

Verdict:

input
1 8

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 15

Verdict:

input
10 6

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 16

Verdict:

input
1 1

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 17

Verdict:

input
10 4

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 18

Verdict:

input
3 3

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 19

Verdict:

input
1 10

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 20

Verdict:

input
4 4

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 21

Verdict:

input
60 72

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 22

Verdict:

input
100 100

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 23

Verdict:

input
19 19

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 24

Verdict:

input
8 71

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 25

Verdict:

input
91 55

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 26

Verdict:

input
6 6

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 27

Verdict:

input
95 34

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 28

Verdict:

input
23 23

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 29

Verdict:

input
2 97

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 30

Verdict:

input
37 37

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 31

Verdict:

input
119 144

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 32

Verdict:

input
200 200

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 33

Verdict:

input
38 38

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 34

Verdict:

input
15 142

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 35

Verdict:

input
181 110

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 36

Verdict:

input
12 12

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 37

Verdict:

input
190 67

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 38

Verdict:

input
46 46

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 39

Verdict:

input
3 194

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 40

Verdict:

input
73 73

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 41

Verdict:

input
178 215

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 42

Verdict:

input
300 300

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 43

Verdict:

input
56 56

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 44

Verdict:

input
22 213

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 45

Verdict:

input
271 165

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 46

Verdict:

input
17 17

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 47

Verdict:

input
285 100

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 48

Verdict:

input
69 69

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 49

Verdict:

input
4 291

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 50

Verdict:

input
110 110

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 51

Verdict:

input
90 7

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 52

Verdict:

input
21 21

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 53

Verdict:

input
134 134

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 54

Verdict:

input
183 72

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 55

Verdict:

input
277 232

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 56

Verdict:

input
245 54

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 57

Verdict:

input
98 98

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 58

Verdict:

input
55 55

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 59

Verdict:

input
23 152

correct output
Uolevi

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...

Test 60

Verdict:

input
130 130

correct output
Maija

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 4, in <module>
    B = inp...