Results of Comment Search

Search:    Place:    Show:
<
1
2
>


Title User Message Date Posted
Re: My code works on the sample jargon You're using unsigned long longs, which hold up to 2^64 - 1, or about 21 digits. However, the input may contain up to 50 digits. There is no built-in integer type capable of handling numbers of that ... Jan 01, 2018 - 8:39:34 pm UTC
My code works on the sample Shahmeer I would be very grateful if someone can tell me what is wrong with my code. I works perfectly on the sample test case. I am new to c++ so I am not sure if I am doing something wrong. Jan 01, 2018 - 1:08:07 am UTC
Re: ... jargon It's simply wrong. If you'd like more specific help, consider making your indentation consistent so others can read it. Sep 16, 2015 - 7:37:14 pm UTC
... Ray7313 whats wrong with my code? Sep 13, 2015 - 9:12:10 pm UTC
Re: Java? jargon See this comment. Jan 18, 2012 - 11:06:45 pm UTC
Java? Srot Why does this not take java programs? Jan 18, 2012 - 10:51:32 pm UTC
Re: Python? bbi5291 because it's too easy in python Nov 09, 2011 - 11:11:58 pm UTC
Python? zx_kevin168 why does it not take python code? Nov 09, 2011 - 10:34:39 pm UTC
Re: ??? SourSpinach The number 12345678901234567901 is not divisible by 11. Feb 08, 2011 - 3:20:36 am UTC
??? ilovepi Usually in these questions there's something that says what you should output if the test case isn't true, or in this case, divisible by 11. For this question, what do you output if it isn't divisible... Feb 08, 2011 - 3:19:11 am UTC