Description Input第一行6个正整数K,L,R,A,B,COutput 第一行一个非负整数,表示答案对1000000007取模后的值Sample Input1 372 989277441 666671441 337273093 691532461 Sample Output273687536 HintK<= 50,L<= R<= 10^9,1 <= A,B,C<=10^9 Sourceby SkyDec