تبليغاتX
سلام باران بهاري باران بهاري

باران بهاري

آموزنده

پادشاهي مي خواست نخست وزيرش را انتخاب كند . چهار انديشمند بزرگ را فرا خواند  . آنان را در چهار  اتاق جداگانه  قرار دادند و پادشاه به آنان گفت كه:

«در اتاق به روي شما بسته خواهد شد و قفل اتاق،  كه قفلي معمولي نيست فقط  با پاسخ صحيح به يك جدول باز خواهد شد، تا زماني كه آن جدول را حل نكنيد نخواهيد توانست قفل را باز كنيد. اگر توانستيد از اتاق خارج شويد من شما را انتخاب خواهم كرد »...

 

پادشاه بيرون رفت و در را بست...

 

چند لحظه بعد  يكي از درها باز شد و يكي از آن افراد از اتاق خود خارج شد . اما از سه اتاق ديگر تا مدتها خبري نشد  تا در آخر  پادشاه دستور داد در ها  را باز كرده  و آنها را خارج كنند .

 

سه نفري كه در اين آزمون شكست خورده بودند  از آنكه به سرعت آن را باز كرده بود  راز اين معما را پرسيدند .

 

او پاسخ داد . من تصميم گرفتم ابتدا صورت مسئله را آزمايش كنم و ببينم اساسا صحت دارد يا نه به همين جهت اولين كارم اين بود كه دستگيره در را حركت دادم  و در باز شد  !و من بيرون آمدم  ! بنابراين اصلا مسئله اي به عنوان قفل بودن در وجود نداشت كه شما آنهمه روي حل آن كار كرديد .!!

+ نوشته شده در  دوشنبه یکم تیر 1388ساعت 9:17  توسط باران بهاري  | 

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>