n = 1 | |
while n: | |
str = input() | |
#print('Case no# %d :'%n) | |
if str == '*': | |
break | |
if str == 'Hajj': | |
print("Case %d: Hajj-e-Akbar"%n) | |
elif str == 'Umrah': | |
print("Case %d: Hajj-e-Asghar"%n) | |
n = n+1 |
Subscribe to:
Post Comments (Atom)
-
/*** Md. Namzul Hasan Shahjalal University of Science & technology,sylhet. hasan08sust@gmail.com Problem id : 10132 verdict: ***/...
-
/*** Md. Namzul Hasan Shahjalal University of Science & technology,sylhet. hasan08sust@gmail.com Problem id : 11286 verdict: accep...
No comments:
Post a Comment