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