Click here to Skip to main content
15,879,490 members

Comments by Mansoor Alikhan K (Top 4 by date)

Mansoor Alikhan K 30-Dec-14 23:39pm View    
Reason for my vote of 3 \n not in brif
Mansoor Alikhan K 10-Dec-14 0:06am View    
Screenshot of this error

http://i.stack.imgur.com/Ma6nF.png
Mansoor Alikhan K 15-Nov-14 7:59am View    
are you find the solutions?, i so much tried but i can't. if you have this please tell me what
Mansoor Alikhan K 11-Sep-14 15:32pm View    
using System;
public class CandidateCode
{
public static string JudgementDay(int input1,int input2)
{
string output=null;
if(1<=input1&&input2<=1000000)
{
int jday = input1*input2;
int R =3;
int P = 0;
int M = 1;
int modulo = 1000000007;
for(int i =0;i