| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
How can I use __int64???Hi, I'm trying to use a long long integer and I get compile error in C++, I read that I'm supposed to use __int64 instead, but I still get compile error... here's the answer I made to problem 1000, how could I get it to work with __int64?? Hope someone can help...
#include<iostream>
using namespace std;
__int64 a,b,c;
int main()
{
cin>>a>>b;
c=a+b;
cout<<c;
system("PAUSE");
return 0;
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator