Pages

Tuesday, November 30, 2010

UVA Problem#11727

Question:

Solution:
1. Take an integer input indicating the number of test case. (say t)
2. Take 3 integers input in an array and sort them using the built in function sort().
3. Print the 2nd value from the array.

No comments:

Post a Comment