11059 - Maximum Product
Moderator: Board moderators
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 11059 - Maximum Product
Don't double post.
Check input and AC output for thousands of problems on uDebug!
Re: 11059 - Maximum Product
You must use 64-bit,and printf("%lld") ,not I64d
because this ,I got threr Wa.
because this ,I got threr Wa.
-
- New poster
- Posts: 32
- Joined: Fri Oct 10, 2014 1:10 pm
- Location: Sylhet, Bangladesh
Re: 11059 - Maximum Product
Last edited by gautamzero on Tue Nov 11, 2014 5:52 pm, edited 1 time in total.
None but a fool is always right..
so don't be upset when u r wrong..
so don't be upset when u r wrong..
Re: 11059 - Maximum Product
Check your code for random input here. http://www.udebug.com/UVa/11059
A person who sees the good in things has good thoughts. And he who has good thoughts receives pleasure from life... Bediuzzaman
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 11059 - Maximum Product
Input:AC output 2
Code: Select all
3
0 2 0
Check input and AC output for thousands of problems on uDebug!