- Today is the era of science and technology where man touches the highest peek of science but eventually man loses their love,humanity.
Subscribe to:
Post Comments (Atom)
UVa 10550- combination lock
``` while True: a , b , c , d = map ( int , input (). split ()) if a == b and b == c and c == d and c == 0 : break x1 =...
-
I want success without work , without pain there is gain. Yes I believe ,you believe or not. I do as I want, we want . Success is nothing , ...
-
Link : http://codeforces.com/contest/1092/problem/B Python code : n= int ( input ()) x=[ int (x) for x in input ().split()] x.sort() i= 1...
No comments:
Post a Comment