Task: | Stone game |
Sender: | Nikoje |
Submission time: | 2024-09-02 17:46:47 +0300 |
Language: | C++ (C++11) |
Status: | READY |
Result: | WRONG ANSWER |
test | verdict | time | |
---|---|---|---|
#1 | ACCEPTED | 0.00 s | details |
#2 | WRONG ANSWER | 0.00 s | details |
#3 | WRONG ANSWER | 0.00 s | details |
#4 | ACCEPTED | 0.00 s | details |
#5 | WRONG ANSWER | 0.00 s | details |
#6 | WRONG ANSWER | 0.00 s | details |
#7 | ACCEPTED | 0.00 s | details |
#8 | WRONG ANSWER | 0.01 s | details |
#9 | WRONG ANSWER | 0.00 s | details |
#10 | WRONG ANSWER | 0.00 s | details |
#11 | WRONG ANSWER | 0.00 s | details |
#12 | WRONG ANSWER | 0.00 s | details |
#13 | WRONG ANSWER | 0.00 s | details |
#14 | ACCEPTED | 0.00 s | details |
#15 | WRONG ANSWER | 0.00 s | details |
#16 | WRONG ANSWER | 0.00 s | details |
#17 | WRONG ANSWER | 0.00 s | details |
#18 | WRONG ANSWER | 0.00 s | details |
#19 | ACCEPTED | 0.00 s | details |
#20 | WRONG ANSWER | 0.00 s | details |
#21 | WRONG ANSWER | 0.00 s | details |
#22 | WRONG ANSWER | 0.00 s | details |
#23 | WRONG ANSWER | 0.00 s | details |
#24 | ACCEPTED | 0.00 s | details |
#25 | WRONG ANSWER | 0.00 s | details |
#26 | WRONG ANSWER | 0.00 s | details |
#27 | ACCEPTED | 0.00 s | details |
#28 | WRONG ANSWER | 0.00 s | details |
#29 | ACCEPTED | 0.00 s | details |
#30 | WRONG ANSWER | 0.00 s | details |
#31 | ACCEPTED | 0.00 s | details |
#32 | WRONG ANSWER | 0.00 s | details |
#33 | WRONG ANSWER | 0.00 s | details |
#34 | ACCEPTED | 0.00 s | details |
#35 | ACCEPTED | 0.00 s | details |
#36 | WRONG ANSWER | 0.00 s | details |
#37 | ACCEPTED | 0.00 s | details |
#38 | WRONG ANSWER | 0.00 s | details |
#39 | ACCEPTED | 0.00 s | details |
#40 | WRONG ANSWER | 0.00 s | details |
#41 | ACCEPTED | 0.00 s | details |
#42 | WRONG ANSWER | 0.00 s | details |
#43 | WRONG ANSWER | 0.00 s | details |
#44 | ACCEPTED | 0.00 s | details |
#45 | WRONG ANSWER | 0.00 s | details |
#46 | WRONG ANSWER | 0.00 s | details |
#47 | ACCEPTED | 0.00 s | details |
#48 | WRONG ANSWER | 0.00 s | details |
#49 | ACCEPTED | 0.00 s | details |
#50 | WRONG ANSWER | 0.00 s | details |
#51 | ACCEPTED | 0.00 s | details |
#52 | WRONG ANSWER | 0.00 s | details |
#53 | WRONG ANSWER | 0.00 s | details |
#54 | ACCEPTED | 0.00 s | details |
#55 | ACCEPTED | 0.00 s | details |
#56 | ACCEPTED | 0.00 s | details |
#57 | WRONG ANSWER | 0.00 s | details |
#58 | WRONG ANSWER | 0.00 s | details |
#59 | ACCEPTED | 0.00 s | details |
#60 | WRONG ANSWER | 0.00 s | details |
Code
#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; int diff = a + b; if (diff == 0) { cout << "Maija"; } else if (diff % 2 == 1) { cout << "Uolevi"; } else { cout << "Draw"; } }
Test details
Test 1
Verdict: ACCEPTED
input |
---|
3 4 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 2
Verdict: WRONG ANSWER
input |
---|
5 5 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 3
Verdict: WRONG ANSWER
input |
---|
1 1 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 4
Verdict: ACCEPTED
input |
---|
1 4 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 5
Verdict: WRONG ANSWER
input |
---|
5 3 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 6
Verdict: WRONG ANSWER
input |
---|
1 1 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 7
Verdict: ACCEPTED
input |
---|
5 2 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 8
Verdict: WRONG ANSWER
input |
---|
2 2 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 9
Verdict: WRONG ANSWER
input |
---|
1 5 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 10
Verdict: WRONG ANSWER
input |
---|
2 2 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 11
Verdict: WRONG ANSWER
input |
---|
6 8 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 12
Verdict: WRONG ANSWER
input |
---|
10 10 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 13
Verdict: WRONG ANSWER
input |
---|
2 2 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 14
Verdict: ACCEPTED
input |
---|
1 8 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 15
Verdict: WRONG ANSWER
input |
---|
10 6 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 16
Verdict: WRONG ANSWER
input |
---|
1 1 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 17
Verdict: WRONG ANSWER
input |
---|
10 4 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 18
Verdict: WRONG ANSWER
input |
---|
3 3 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 19
Verdict: ACCEPTED
input |
---|
1 10 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 20
Verdict: WRONG ANSWER
input |
---|
4 4 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 21
Verdict: WRONG ANSWER
input |
---|
60 72 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 22
Verdict: WRONG ANSWER
input |
---|
100 100 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 23
Verdict: WRONG ANSWER
input |
---|
19 19 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 24
Verdict: ACCEPTED
input |
---|
8 71 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 25
Verdict: WRONG ANSWER
input |
---|
91 55 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 26
Verdict: WRONG ANSWER
input |
---|
6 6 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 27
Verdict: ACCEPTED
input |
---|
95 34 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 28
Verdict: WRONG ANSWER
input |
---|
23 23 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 29
Verdict: ACCEPTED
input |
---|
2 97 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 30
Verdict: WRONG ANSWER
input |
---|
37 37 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 31
Verdict: ACCEPTED
input |
---|
119 144 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 32
Verdict: WRONG ANSWER
input |
---|
200 200 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 33
Verdict: WRONG ANSWER
input |
---|
38 38 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 34
Verdict: ACCEPTED
input |
---|
15 142 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 35
Verdict: ACCEPTED
input |
---|
181 110 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 36
Verdict: WRONG ANSWER
input |
---|
12 12 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 37
Verdict: ACCEPTED
input |
---|
190 67 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 38
Verdict: WRONG ANSWER
input |
---|
46 46 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 39
Verdict: ACCEPTED
input |
---|
3 194 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 40
Verdict: WRONG ANSWER
input |
---|
73 73 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 41
Verdict: ACCEPTED
input |
---|
178 215 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 42
Verdict: WRONG ANSWER
input |
---|
300 300 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 43
Verdict: WRONG ANSWER
input |
---|
56 56 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 44
Verdict: ACCEPTED
input |
---|
22 213 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 45
Verdict: WRONG ANSWER
input |
---|
271 165 |
correct output |
---|
Uolevi |
user output |
---|
Draw |
Test 46
Verdict: WRONG ANSWER
input |
---|
17 17 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 47
Verdict: ACCEPTED
input |
---|
285 100 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 48
Verdict: WRONG ANSWER
input |
---|
69 69 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 49
Verdict: ACCEPTED
input |
---|
4 291 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 50
Verdict: WRONG ANSWER
input |
---|
110 110 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 51
Verdict: ACCEPTED
input |
---|
90 7 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 52
Verdict: WRONG ANSWER
input |
---|
21 21 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 53
Verdict: WRONG ANSWER
input |
---|
134 134 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 54
Verdict: ACCEPTED
input |
---|
183 72 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 55
Verdict: ACCEPTED
input |
---|
277 232 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 56
Verdict: ACCEPTED
input |
---|
245 54 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 57
Verdict: WRONG ANSWER
input |
---|
98 98 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 58
Verdict: WRONG ANSWER
input |
---|
55 55 |
correct output |
---|
Maija |
user output |
---|
Draw |
Test 59
Verdict: ACCEPTED
input |
---|
23 152 |
correct output |
---|
Uolevi |
user output |
---|
Uolevi |
Test 60
Verdict: WRONG ANSWER
input |
---|
130 130 |
correct output |
---|
Maija |
user output |
---|
Draw |