运算符是^用来做什么的?它不适用于幂函数:
^
#include <iostream> int main(){ int x, y; cout << (x^y) << endl; /* this is the unkown (X^Y)*/ return 0; }
c++ operators xor
c++ ×1
operators ×1
xor ×1