#includeusing namespace std;void main(){ cout<<"one two five:"< for(int i=1;i<10;i++) for(int j=1;j<10;j++) for(int k=1;k<10;k++) { if(i>0&&j>0&&k>0) { if(i+2*j+5*k==10) cout< } } cout<}
52种
1.2.5.2一种