C++ swap two numbers using 11 chars of code [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . My friend sent me a exercise that he can't do: (C++) int main() { unsigned int x = 0xB0FF14a5; unsigned int y = 0x7340c00e; // enter code here if(x==0x7340c00e && y==0xB0FF14a5) victory(); return 0; } The main