Patrick Ragi (pipo1991)
Pages
Sunday, 23 September 2012
UVA - 10469 - To Carry or not to Carry
#include <stdio.h>
int main()
{ long x,y;
while((scanf("%ld %ld",&x,&y))==2){
printf("%ld\n",(x^y));
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment