[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>52 #include <stdio.h> #include <gmp.h> int main(){ mpz_t inp;mpz_init(inp); mpz_inp_str(inp,stdin,10); mpz_add_ui(inp,inp,1);mpz_out_str(stdout,10,inp); mpz_clear(inp);}
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode