int main(int x, int y, int* t) { if (x + *t < 7) if (y < 7) return 421; return 0; }