main.cpp 90 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 int main() { int ret = 0; for (int i = 0; i < 4; i++) ret ^= 1; return ret; }