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 .
Sunday, June 7, 2020
The power of thinking
Thought encompasses an "aim-oriented flow of ideas and associations that can lead to a reality-oriented conclusion". Although thinking is an activity of an existential value for humans, there is still no consensus as to how it is adequately defined or understood.(wiki)
The Thinking is the real activity which turns the brain into a active state to make a conclusion against a real problem or matter.
The Thinking is the real activity which turns the brain into a active state to make a conclusion against a real problem or matter.
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...