#include int main(void){ int A,B,C,D; scanf("%d%d%d%d",&A,&B,&C,&D); printf("%d\n",(A*B*C)%D); return 0; }