| 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)
-
/*** Md. Namzul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com ***/ #include<bits/stdc++.h...
-
/*** Md. Namzul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com ***/ #include<bits/stdc++.h...
-
Problem Explanation Category: Easy Type: String Ad Hoc This is simple string ad hoc problem. You just need to find out a substring of...
No comments:
Post a Comment