|
|
back to boardWy it not worKs??? Posted by And IV 18 Feb 2008 15:42 #include <iostream> #include <gmpxx.h> #include <gmp.h> using namespace std; mpz_class a,b,c; int main (void) { cin>>a>>b; cout<<a+b<<endl; return 0; } Re: Wy it not worKs??? Who said GNU Multiplie Precision libraries are present at the server? |
|
|