1 2 3 4 5 6 7 8 9 10 11 12
void a() { short *b; short c; long long *d = a; for (;;) { long long *e = a; (*d *= *e - c) / *b ?: (*b = 0); } }