Moved to new thread :) @ Marie : And please don't jump into threads like that. Create a new one instead.
Welcome to G4EF. Njoy your time here :)
If you don't have a window to SendMessage to, you can send the message to all top-level windows : SendMessage(HWND_BROADCAST, WM_SYSCOMMAND,...
That will NOT work for compilers which conform to ANSI C, 'cuz the clrscr() is no more present. So, you can use system("CLS"); to clear screen,...
Calculation of Risk
So, you have implemented a manual version of my random posting time idea :D
LOL @ xpi0t0s, you brute-forced the solution for such a simple question !! I mean, shabbir didn't even mention the word "smallest". So, that was...
Vocabulary Improvement
LOL, what do you mean : "I would appreciate if you will not be very strict with me." ?!? You are not a kid, you are 17 !! And you are old enough...
SaswatPadhi has reported a post. Reason:Duplicate post (of http://www.go4expert.com/showthread.php?t=18169) + Self Advertisement Both threads...
My pleasure :happy: :happy:
:iagree: @shabbir Anyway, this question was INCORRECT. So, it should be canceled. (Just another reason) 137 and 173 are NOT the only 3-digit...
What does this mean : "Any combination of those digits are also prime" ?? Any 2-digit, 3-digit, 4-digit or how many digit combination ?!?
The first time, it appears to be slow. After several (<10) restarts, it does not seem slow any more !
Thanx nimesh and MayJune. :) Why are people targeting me ? LOL !?! :D
This is a famous puzzle :D [See : http://en.wikipedia.org/wiki/Beatles_Concert_Puzzle] I think the optimal solution is : TIME xxxxxx MOVEMENT...
OK. I read this in the mozilla forum : You can use window.open() to open a new window and then, try to close it by the script; which will...
Try this : function closeWindow() { newwin = window.open(location.href,'_parent',''); newwin.close(); }
Thanx rik625 and nimesh !! :happy: ;)
Ans : 520 Reason : 2 = 1 + 1^3 10 = 2 + 2^3 30 = 3 + 3^3 68 = 4 + 4^3 130 = 5 + 5^3 222 = 6 + 6^3 350 = 7 + 7^3 520 = 8 + 8^3 Easy one .. :D...
Separate names with a comma.