all stats

HelloBoi's stats

guessed the most

namecorrect guessesgames togetherratio
SoundOfSpouting340.750
Palaiologos140.250
LyricLy040.000
razetime040.000

were guessed the most by

namecorrect guessesgames togetherratio
Palaiologos441.000
LyricLy450.800
IFcoltransG340.750
razetime350.600
quintopia240.500
SoundOfSpouting140.250
Olivia040.000

entries

round #17

submitted at
6 likes

guesses
comments 0

post a comment


cg.false Unicode text, UTF-8 text
1
2
3
4
5
6
1m:[[^$1_=~][48-\10*+]#%]y:[$$3ø$@/@*-]r:
47 ^$z:$$3ø>\58\>&$p:[48-y;!$h: $1=[0m:]?
2[$2ø>~m;0=~&][r;!0=$[0m:]?~[\]?]# h;2=$[
1.]?~[m;.]?]?p;~[z;'X=$[^^^^^'*=$["DWN"]?
~["RGT"]?%%%%]?~[^^^^^'*=$["UPP"]?~["LFT"
]?]?]?

round #16

submitted at
1 like

guesses
comments 0

post a comment


test.js ASCII text
1
2
3
4
5
6
7
8
9
let a=k=>Array.isArray(k)?[a(k[1]),a(k[0])]:k;
						function entry(o) {
					// XXX security error
					return JSON.stringify(a(eval(o)));}
function japh() {
	console.log("2022-04-27 check DMs");
}

console.log(entry("[['w', 'a'], [['t', 'z'], 't']]"));

round #13

submitted at
impersonating gollark
3 likes

guesses
comments 0

post a comment


cg.py ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/python3
import gzip
import sys
import shutil
import os

if len(sys.argv) == 3:
    # execute mode
    with gzip.open(sys.argv[2], "r") as f:
        contents = f.read()
    contents = ''.join([chr(x) for x in contents])
    length = len(contents)
    tape = [0] * 30000
    ip = 0
    tp = 0
    while ip < length:
        if contents[ip] == '+':
            tape[tp] += 1
            tape[tp] %= 256
        elif contents[ip] == '-':
            tape[tp] -= 1
            if tape[tp] < 0:
                tape[tp] = 255
        elif contents[ip] == '>':
            tp += 1
        elif contents[ip] == '<':
            tp -= 1
        elif contents[ip] == '[':
            if tape[tp] == 0:
                brackets = 1
                while brackets != 0:
                    if contents[ip] == '[':
                        brackets += 1
                    elif contents[ip] == ']':
                        brackets -= 1
                    ip += 1
                ip -= 1
        elif contents[ip] == ']':
            if tape[tp] != 0:
                brackets = 1
                while brackets != 0:
                    if contents[ip] == '[':
                        brackets -= 1
                    elif contents[ip] == ']':
                        brackets == 1
                    ip -= 1
        elif contents[ip] == '.':
            print(chr(tape[tp]), end="")
        elif contents[ip] == ',':
            tape[tp] = ord(os.read(0, 1))
        ip += 1
else:
    with open(sys.argv[2], "rb") as f:
        with gzip.open(sys.argv[3], "wb") as f_out:
            shutil.copyfileobj(f, f_out)

round #12

impersonating LyricLy
guesses
comments 0

post a comment


cg.c ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#include <stdio.h>
#include <stdint.h>
typedef char C;typedef int I;
#define ID(x) (isdigit(x))
#define P printf
#define R return
#define DO(n,a) {I i=0,_n=(n);for(;i<_n;++i){x;}}
#define V void
#define B (c-'0')
#define S(x,y,z,a){c2=c;gc();switch(c2){case x:{y;}break;case z:{a;}}}
I f();I t();C c,*s;C gc(V){R c=*(s++);}
I f(){I n,c2;n=B;gc();while(c=='*'||c=='/')S('*',n*=B,'/',n/=B);R n;}
I t(){I n,c2;n=f();while(c=='+'||c=='-')S('+',n+=f(),'-',n-=f());R n;}
I entry(s2)C*s2;{s=s2;gc();t();}

round #1

guesses
comments 0

post a comment


331320482047721472-helloboi.py ASCII text
1
2
3
4
5
6
def ubq(x):
    return sorted(x)
def three_two_three(x):
    return sorted(x)
def entry(x):
    return ubq(three_two_three(x))