2.9 KiB
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");
}
}
Pulp Fiction (1994)
source: https://en.wikipedia.org/wiki/File:Pulp_Fiction_(1994)_poster.jpg
3
0000 0000 0111
James Bond (1953-)
source: https://en.wikipedia.org/wiki/File:Octopussy_-_UK_cinema_poster.jpg
4
lives_in _forest(b)
dies(parent_of(b) AND mother_of(b))
Bambi (1942)
source: https://en.wikipedia.org/wiki/File:Walt_Disney's_Bambi_poster.jpg
5
if (hero.dies()) {
hero.regenerates()
}
Doctor Who (1963-)
source: https://commons.wikimedia.org/wiki/File:Dr_Who_(316350537).jpg
6
Object[] objects
objects.weirdness = 0
while (true) {
objects.weirdness++
}
Stranger Things (2016-)
source: https://commons.wikimedia.org/wiki/File:Stranger_Things_logo.png
7
is_palindrome(bandname)
> True
len(bandname)
> 4






