#include int main(void){ int N; scanf("%d\n",&N); int dp[10]={0}; int target=0; int i,k; for(i=0;i