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_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;
}
/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;
}
var bf = new Buffer(5* 4096);
bf.fill('0123456789');
process.stdout.write(bf);
我還以爲 Tanzania 去 Kenya 最少都要幾十ms