#define _GLIBCXX_DEBUG #include using namespace std; int main(){ long int N;cin>>N; int mod=1000000007; N%=mod; cout<