Re: [algogeeks] spoj problem - INFINITY

2011-03-06 Thread Subhransu
This code working fine in g++ compiler. Here is the output: http://codepad.org/lEheQIkv Compiler version : *C++*: g++ 4.1.2 *Subhransu Panigrahi * *Mobile:* *+91-9840931538* *Email:* subhransu.panigr...@gmail.com On Thu, Mar 3, 2011 at 11:34 PM, Vishnutej

Re: [algogeeks] spoj problem - INFINITY

2011-03-04 Thread Vishnutej Mylavarapu
Its working fine on the compiler I use (dev cpp)..but is giving WA on spoj On Fri, Mar 4, 2011 at 6:34 AM, D.N.Vishwakarma@IITR deok...@gmail.comwrote: *which compiler you r using? * On Fri, Mar 4, 2011 at 12:15 AM, Vishnutej Mylavarapu mylavarapu.vishnu...@gmail.com wrote: When I

[algogeeks] spoj problem - INFINITY

2011-03-03 Thread Vishnutej
I dunno y dis code isnt working. #includeiostream #includelimits using namespace std; int main() { coutnumeric_limitslong double::infinity(); } Thnx in advance. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send

Re: [algogeeks] spoj problem - INFINITY

2011-03-03 Thread D.N.Vishwakarma@IITR
*this code is perfectly working . use gcc based compiler * On Thu, Mar 3, 2011 at 11:34 PM, Vishnutej mylavarapu.vishnu...@gmail.comwrote: I dunno y dis code isnt working. #includeiostream #includelimits using namespace std; int main() { coutnumeric_limitslong double::infinity(); }

Re: [algogeeks] spoj problem - INFINITY

2011-03-03 Thread Vishnutej Mylavarapu
When I submit..Im getting a WA On Thu, Mar 3, 2011 at 11:55 PM, D.N.Vishwakarma@IITR deok...@gmail.comwrote: *this code is perfectly working . use gcc based compiler * On Thu, Mar 3, 2011 at 11:34 PM, Vishnutej mylavarapu.vishnu...@gmail.com wrote: I dunno y dis code isnt working.

Re: [algogeeks] spoj problem - INFINITY

2011-03-03 Thread D.N.Vishwakarma@IITR
*which compiler you r using? * On Fri, Mar 4, 2011 at 12:15 AM, Vishnutej Mylavarapu mylavarapu.vishnu...@gmail.com wrote: When I submit..Im getting a WA On Thu, Mar 3, 2011 at 11:55 PM, D.N.Vishwakarma@IITR deok...@gmail.comwrote: *this code is perfectly working . use gcc based compiler