Code=ing
2013年11月14日 星期四
[UVA] 10469 - To Carry or not to Carry
#include<stdio.h>
int main(){
long long int n,m;
while(scanf("%lld%lld",&n,&m)!=EOF){
printf("%lld\n",n^m);
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言