Werewolf: Unfair, wolf! [Game Thread]

pc_assassin

New Member
Jul 29, 2019
1,809
-2
1
vote vikestep again because i really don't know if I will get to this tomorrow

----------------------------------------------------
Sent From Something That You Won't Care About Using Tapatalk 2
 

VikeStep

New Member
Jul 29, 2019
1,117
0
0
vote goreae

(just a little test to see how goreae reacts)

Also new puzzle: This time its a bit longer so I will commend you if you get it :) The last two were too easy

The Clue:
Code:
var mult = 1;
var array = [2, 2, 7, 11, 2711, 2957, 23747, 63810290848043];
for (i = 0; i < array.length; i++) {
var num = array[i];
mult *= num + ((num % 23) * (sqrt(([(3*4*5*6)-310]/2))+((5!)/12)-(15)));
}
print(mult);

Just so you know, this won't compile (because of an irregular operator "!") :) you need to simplify the mathematical equation inside it first.
 
Last edited:
  • Like
Reactions: Jus2beast

Jus2beast

New Member
Jul 29, 2019
280
0
1
vote goreae

(just a little test to see how goreae reacts)

Also new puzzle: This time its a bit longer so I will commend you if you get it :) The last two were too easy

The Clue:
Code:
var mult = 1;
var array = [2, 2, 7, 11, 2711, 2957, 23747, 63810290848043];
for (i = 0; i < array.length; i++) {
var num = array[i];
mult *= num + ((num % 23) * (sqrt(([(3*4*5*6)-310]/2))+((5!)/12)-(15)));
}
print(mult);

Just so you know, this won't compile (because of an irregular operator "!") :) you need to simplify the mathematical equation inside it first.

No clue lol
 

LivingAngryCheese

Over-Achiever
Aug 22, 2014
676
1,580
228
A place
vote goreae

(just a little test to see how goreae reacts)

Also new puzzle: This time its a bit longer so I will commend you if you get it :) The last two were too easy

The Clue:
Code:
var mult = 1;
var array = [2, 2, 7, 11, 2711, 2957, 23747, 63810290848043];
for (i = 0; i < array.length; i++) {
var num = array[i];
mult *= num + ((num % 23) * (sqrt(([(3*4*5*6)-310]/2))+((5!)/12)-(15)));
}
print(mult);

Just so you know, this won't compile (because of an irregular operator "!") :) you need to simplify the mathematical equation inside it first.
Started doing it in my head, failed miserably
 
  • Like
Reactions: Jus2beast

SpwnX

New Member
Jul 29, 2019
210
0
0
vote goreae

(just a little test to see how goreae reacts)

Also new puzzle: This time its a bit longer so I will commend you if you get it :) The last two were too easy

The Clue:
Code:
var mult = 1;
var array = [2, 2, 7, 11, 2711, 2957, 23747, 63810290848043];
for (i = 0; i < array.length; i++) {
var num = array[i];
mult *= num + ((num % 23) * (sqrt(([(3*4*5*6)-310]/2))+((5!)/12)-(15)));
}
print(mult);

Just so you know, this won't compile (because of an irregular operator "!") :) you need to simplify the mathematical equation inside it first.

I tried this:
The "(sqrt(([(3*4*5*6)-310]/2))+((5!)/12)-(15)" solves to 0, thus the entire section after num + is equal to 0.
since its a repetition, its :
1*2*2*7*11*2711*2957*23747*63810290848043 = 3741373234413335364433333436

Now, what that big number means, i don't know.
 

Eruantien

New Member
Jul 29, 2019
1,181
0
0
For the moment: Antismite trajing
We'll see if later developments bring me back.

FWIW, I had not known that locking a vote meant it was irreversible.
 
C

chbachman

Guest
Hi guys, its me again.
Sorry not being very active.
Between getting BSOD'd the day before last, and having midterms right now, it sucks.
vote LivingAngryCheese (totally random)