// #include int main(int argc) { int x = 100; int x = 200; return x; } int thisismyfakeconstantbecauseidonthaveconstant(int x) { return 1 + 1; }