[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
#include <iostream> //C++ version that looks more compact #include <string> #include <gmpxx.h> int main(){//compile with -lgmpxx -lgmp
using namespace std; string a; mpz_class inp; getline(cin,a) ; inp.set_str(a,10); cout<< inp+1; }
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode