// In the name of God # include # include using namespace std; int main(){ int s; cin >> s; int func[9][s+1]; for(int i=0;i<9;i++){ for(int j=0;j=0){ func[i][j]+=func[i-1][j-x]; } } } } } if(s==1) cout << func[8][s]+1; else cout<