class X { public static void main(String[] args) { int a = 0; int b = 2; int c = 5; int d; d = ((((a + b) * c) - a) / (c % d + ((b - 1) * c)); } }