import sys input=lambda: sys.stdin.readline().rstrip() a,b,c,d=map(int,input().split()) print((a*b*c)%d)