|
|
back to boardWA#8 Posted by kot 3 Nov 2009 04:03 I use __int64 and INFINITY i use enough, why don't work? Re: WA#8 I got WA 8. I change: const __int64 INF = ( numeric_limits<__int64>::max()-(1e6*1e4) ) / 2; and all var. have type __int64 and get AC =) Edited by author 30.12.2011 04:34 |
|
|