#include using namespace std; int main(void){ // Here your code ! int n; long long cnt=0, a[105][101]={}; cin >> n; a[0][0]=1; for(int i=0;i