#include using namespace std; typedef long long ll; ll A[100005]; void init() { A[1]=1; for(int i=2;i<=300;i++){ for(int j=1;j