- This thread is confusing me...
This topic is locked from further discussion.
...
SaintLeonidas
lol, I love that moment. Makes me laugh every time.
and on topic this is what I have:
- Dexter
}
139999 = {
name = "Bermondt-Avalov"
country = LIT
type = land
skill = 2
max_skill = 4
loyalty = 0.00
picture = M582010
add_trait = defensive_doctrine
add_trait = fortress_buster
history = {
1930.1.1 = { rank = 1 }
Guess I haven't coped anything since last night. Well, If anyone mods Hearts of Iron 3 then feel free to steal this leader.
int findDivisors(int b)
{
int divisor = sqrt(b);
int numofdivisors=2;
for (divisor; divisor > 1; divisor--)
{
if (b % divisor == 0)
{
numofdivisors += 2;
}
}
return numofdivisors;
}
the indentation is messed up so its hard to read but it's a function that finds the number of divisors of any number > 1
Above post was from desktop. From laptop it's one of my faviorte *chan quotes of all time
See more funny videos and funny pictures at CollegeHumor.
^I was putting that on a myspace bulletin
Here's the proper link since I put the embedded up there
http://www.youtube.com/watch?v=NAOSdHFXdU8
Please Log In to post.
Log in to comment