#include using namespace std; int main(){ const long mod=1000000007; long N;cin>>N; long a=4,b=N%(mod-1); long q,r; r=b%9;q=(b-r)/9; for(int i=0;i