Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

How can I use __int64???

Posted by ITESM105 at 2006-03-03 05:19:27
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator