#include #include int f(int n) { if (n>1) return 1; else return (int)(int64_t)"abc"; } int main() { printf("%d\n", f(0) - 1); return 0; }