#include using namespace std; typedef long long int ll; int main(){ vector val(101,0); val[1]=1; for(int i=2; i<101; i++){ ll ans=i+1; for(int j=2; j