#include using namespace std; long const mod = 1e9+7; int main(){ int n; cin >> n; string ans = "01"; for(int i=0;i