Afters "exactly." you must print end of line --> "\n"mhm wrote:Here's my C code :Code: Select all
printf("%hd things taken %hd at a time is %lld exactly.",n,m,combinFnc(n,m));
Search found 3 matches
- Fri May 14, 2010 4:45 am
- Forum: Volume 3 (300-399)
- Topic: 369 - Combinations
- Replies: 101
- Views: 20539
Re: 369 / 530 : Combinations : WAs all the way,Please Help
- Fri May 14, 2010 4:27 am
- Forum: Volume 4 (400-499)
- Topic: 492 - Pig-Latin
- Replies: 213
- Views: 31384
Re: Why RTE >> Piglatin 492
don't know why getting RTE..... help plzzzzzzzzzzz Hi for this problem you don't have to use gets() or scanf() the reason is, the input text is too big to store in any an array we plan/guess to declare, whether it is 1 million or 10 million elements!! so, get the input as character by character... ...
- Sun Mar 07, 2010 1:59 am
- Forum: Volume 110 (11000-11099)
- Topic: 11059 - Maximum Product
- Replies: 96
- Views: 39837
Re: 11059 - Maximum Product
I've got AC. I corrected my mistake...