#include<iostream>
using namespace std;
int main(){
int x = 1967513926;
int y = 1540383426;
cout<<x+y;
return 0;
}
Sum of above two integers is 3507897352 < 2^32.So Why wrong answer? Please help...
See Question&Answers more detail:os