2019-04-10 15:46:56 +02:00

2.9 KiB

ROUND 3


1


get_noise(sheep)
> 0


The Silence of the Lambs (dt. Das Schweigen der Lämmer, 1991)

source: https://en.wikipedia.org/wiki/File:The_Silence_of_the_Lambs_poster.jpg


2


int whatCounter = 0;

if (answer.equals("what") whatCounter++;

if (whatCounter > 3) {
    dare();
    doubleDare();
    
    if (repeatQuestion().equals("what")) {
        shoot();
    } else {
        new UnsupportedOperationException("Not implemented");
    }
}



3


0000 0000 0111



4


lives_in _forest(b)
dies(parent_of(b) AND mother_of(b))



5


if (hero.dies()) {
   hero.regenerates()
}



6


Object[] objects
objects.weirdness = 0

while (true) {
    objects.weirdness++
}



7


is_palindrome(bandname)
> True
len(bandname)
> 4