name | correct guesses | games together | ratio |
---|---|---|---|
SoundOfSpouting | 3 | 4 | 0.750 |
Palaiologos | 1 | 4 | 0.250 |
LyricLy | 0 | 4 | 0.000 |
razetime | 0 | 4 | 0.000 |
name | correct guesses | games together | ratio |
---|---|---|---|
Palaiologos | 4 | 4 | 1.000 |
LyricLy | 4 | 5 | 0.800 |
IFcoltransG | 3 | 4 | 0.750 |
razetime | 3 | 5 | 0.600 |
quintopia | 2 | 4 | 0.500 |
SoundOfSpouting | 1 | 4 | 0.250 |
Olivia | 0 | 4 | 0.000 |
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" ]?]?]? |
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']]")); |
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) |
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();} |
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)) |
post a comment