Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,162,767 members, 7,851,623 topics. Date: Thursday, 06 June 2024 at 01:39 AM

TJX's Posts

Nairaland Forum / TJX's Profile / TJX's Posts

(1) (of 1 pages)

Programming / Re: a by TJX(m): 2:47pm On Oct 06, 2011
I don't want to register on your website. Sorry smiley This is C# 4.0


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Contest4 {
class Program {
static void Main(string[] args) {
Console.WriteLine("Result = {0}", Contest4(2, 3, 5, 15));
}
static long Contest4(long a, long b, long c, long d) {
var inputs = new[] { a, b, c };
var result = new List<long>(inputs);
var counter = 0L;
var multiple = 0L;
foreach (var input in inputs) {
counter = 1L;
while ((multiple = input * counter++) < d)
if (!result.Contains(multiple))
result.Add(multiple);
}
return result.Sum();
}
}
}

Programming / Re: Who Is The Best Programmer In Nairaland? by TJX(m): 2:27pm On Aug 31, 2011
I am one of the best programmer on Nairaland smiley

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 3
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.