看见一个神秘代码
#include <bits/stdc++.h> using namespace std; #define F(x) x * x int main() { cout << F(3 << 1); return 0; }
输出 331,不懂。
331