s = readline().split() a = s[0].to_i b = s[1].to_i c = s[2].to_i d = s[3].to_i k = s[4].to_i p (a * b + c - d + k) % k