#include using namespace std; int main(){ long long A,B,C,D; cin>>A>>B>>C>>D; A%=D,B%=D,C%=D; A=A*B%D; A=A*C%D; cout<