import sys input = sys.stdin.readline L,R=map(int,input().split()) A,B,C=map(int,input().split()) mod=998244353 R-=L if R