블로그 관리 쉬는 중
#include<cstdio> int a, b, c; int main() { scanf("%d %d %d", &a, &b, &c); printf("%d", c & 1 ? a^b : a); return 0; }
댓글 없음 :
댓글 쓰기