public class Yuki373{ public static void main(String[] args){ int a=0; int b=0; int c=0; int d=0; int result; System.out.println(result=a*b*c%d); } }