Jump to...
redirecting...

Log for SITCON BOT Testpool

/go package main import "fmt" //引入fmt库 func main() { fmt.Println("Hello World!") }
odds = [] for i in [1..100] isodd = true for j in [1..10] if i % j is 0 isodd = false odds.push i if isodd console.log(odds)
\` \` \`\`\`
\ ` \`\`\`
for i in [1..20] for j in [1..i] process.stdout.write ('*' if i % 2 is 0 else '#') process.stdout.write '\n'
/c #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(1024000); printf("s"); } return 0; }
/c
好啊Bot不管我
Error: spawn EACCES
神奇的錯誤
/c_debug #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(1024000); printf("s"); } return 0; }
fixed
/c_debug #include <stdio.h> #include <malloc.h> int main(int argc, char** argv){ char* ptr; printf("test"); while(1){ ptr = malloc(1024000); printf("s"); } return 0; }
對阿我就說套上while 1 你還說效能低
你這樣不segfault才怪呢
var bf = new Buffer(5* 4096); bf.fill('0123456789'); process.stdout.write(bf);
errrrr....順序是亂的 .-.
🌚
測試一下新的Telnet
這延遲有夠低
我還以爲 Tanzania 去 Kenya 最少都要幾十ms
只是毫無意義的error阿 .-.