- 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:
Posts (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 =...
-
``` while True: a , b , c , d = map ( int , input (). split ()) if a == b and b == c and c == d and c == 0 : break x1 =...
-
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...