CodeMan
Home
Uva
AtCoder
Codechef
Codeforce
Hackerrank
LeetCode
Devskill
TopCoder
Spoj
Algorithm
Python3
Hackerearth
Uri
C++
Data Structure
Sunday, August 28, 2016
uri-1026 - To Carry or not to Carry
#include <stdio.h>
int main(){
unsigned int a, b;
while(scanf("%u %u", &a, &b) != EOF){
printf("%u\n", a ^ b);
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment