Death Knight Hero
This commit is contained in:
7
deathknight.py
Normal file
7
deathknight.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
n = int(input())
|
||||||
|
wins = 0
|
||||||
|
for _ in range(n):
|
||||||
|
k = input()
|
||||||
|
if "CD" not in k:
|
||||||
|
wins += 1
|
||||||
|
print(wins)
|
||||||
Reference in New Issue
Block a user