What a beautiful definition of success we have made .
Saturday, June 27, 2020
The miracle behind success
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 , whatever you have this is success . Where is the successful man, people,dragon? Where they are? Yes I found them you found them under the dust . This is the success we say , you say , he says, she says .
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 =...
-
``` 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...
No comments:
Post a Comment