#include<stdio.h>
int main()
{
long long int a,b,c;
while(scanf("%lld%lld",&a,&b)==2)
{
c=a^b;
printf("%lld\n",c);
}
return 0;
}
int main()
{
long long int a,b,c;
while(scanf("%lld%lld",&a,&b)==2)
{
c=a^b;
printf("%lld\n",c);
}
return 0;
}
"Don't wait for the perfect moment , Take the moment and make it perfect..." - Zoey Sayward
Copyright © 2015-2018 পাবনের প্রোগ্রামিং স্টেশন
0 comments: (+add yours?)
Post a Comment