test = int(input()) | |
n=1 | |
#data_list = [] | |
while n<=test: | |
p =0 | |
data_list = [int(x) for x in input().split()] | |
data_list.sort() | |
print("Case %d: %d"%(n,data_list[1])) | |
n += 1 |
Subscribe to:
Post Comments (Atom)
-
Problem Explanation Category: Easy Type: String Ad Hoc This is simple string ad hoc problem. You just need to find out a substring of...
-
/*** Md. Namzul Hasan Shahjalal University of Science & technology,sylhet. hasan08sust@gmail.com Problem id : 11286 verdict: accep...
-
Problem Explanation Category: Easy One have to find out maximum number of player which is even. Check the amount of left hand player...
No comments:
Post a Comment