using namespace std; #include int f(int x) { if (x) return 1; else return (int)("hello"); }