/* int test1(int a, int b, int c) { return a && b ? c - b ? c - b : a+b : 7; } */ int t(int *p, int i) { return p[i]; }