A,B,C,D = map(int,input().split()) print(A * B % D * C % D)