QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#640510 | #6254. Breaking Branches | chanuuu# | AC ✓ | 15ms | 10744kb | Python3 | 86b | 2024-10-14 13:50:01 | 2024-10-14 13:50:02 |
Judging History
answer
n = int(input())
if n % 2:
print('Bob')
else:
print('Alice')
print(1)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 8ms
memory: 10716kb
input:
4444
output:
Alice 1
result:
ok correct
Test #2:
score: 0
Accepted
time: 6ms
memory: 10708kb
input:
2
output:
Alice 1
result:
ok correct
Test #3:
score: 0
Accepted
time: 12ms
memory: 10616kb
input:
3
output:
Bob
result:
ok correct
Test #4:
score: 0
Accepted
time: 14ms
memory: 10744kb
input:
5
output:
Bob
result:
ok correct
Test #5:
score: 0
Accepted
time: 14ms
memory: 10612kb
input:
10
output:
Alice 1
result:
ok correct
Test #6:
score: 0
Accepted
time: 10ms
memory: 10584kb
input:
15
output:
Bob
result:
ok correct
Test #7:
score: 0
Accepted
time: 10ms
memory: 10712kb
input:
1235123
output:
Bob
result:
ok correct
Test #8:
score: 0
Accepted
time: 7ms
memory: 10580kb
input:
1000000000
output:
Alice 1
result:
ok correct
Test #9:
score: 0
Accepted
time: 7ms
memory: 10580kb
input:
999999999
output:
Bob
result:
ok correct
Test #10:
score: 0
Accepted
time: 14ms
memory: 10616kb
input:
239023592
output:
Alice 1
result:
ok correct
Test #11:
score: 0
Accepted
time: 14ms
memory: 10524kb
input:
239532453
output:
Bob
result:
ok correct
Test #12:
score: 0
Accepted
time: 5ms
memory: 10612kb
input:
1111112
output:
Alice 1
result:
ok correct
Test #13:
score: 0
Accepted
time: 15ms
memory: 10716kb
input:
1222222
output:
Alice 1
result:
ok correct
Test #14:
score: 0
Accepted
time: 7ms
memory: 10648kb
input:
999999761
output:
Bob
result:
ok correct
Test #15:
score: 0
Accepted
time: 14ms
memory: 10628kb
input:
993762527
output:
Bob
result:
ok correct
Test #16:
score: 0
Accepted
time: 4ms
memory: 10580kb
input:
865523177
output:
Bob
result:
ok correct
Test #17:
score: 0
Accepted
time: 4ms
memory: 10608kb
input:
999999964
output:
Alice 1
result:
ok correct
Test #18:
score: 0
Accepted
time: 14ms
memory: 10576kb
input:
4
output:
Alice 1
result:
ok correct
Test #19:
score: 0
Accepted
time: 8ms
memory: 10524kb
input:
988888
output:
Alice 1
result:
ok correct
Test #20:
score: 0
Accepted
time: 8ms
memory: 10584kb
input:
99999888
output:
Alice 1
result:
ok correct
Test #21:
score: 0
Accepted
time: 8ms
memory: 10580kb
input:
999993829
output:
Bob
result:
ok correct
Test #22:
score: 0
Accepted
time: 14ms
memory: 10612kb
input:
8329
output:
Bob
result:
ok correct