Skip to content

Commit

Permalink
bro too loud
Browse files Browse the repository at this point in the history
Signed-off-by: MisileLab <[email protected]>
  • Loading branch information
MisileLab committed Sep 14, 2023
1 parent b1de59d commit 0e8c25d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/xobusy/bojs/11565.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
a = input().count('1')
b = input().count('1')

if a >= b or (a + 2) % 2 == 1 and (a+1) == b:
print("VICTORY")
else:
print("DEFEAT")
File renamed without changes.
File renamed without changes.

0 comments on commit 0e8c25d

Please sign in to comment.