摘要: 题解: 错误的: #include<stdio.h>int n,ret=0,a[10000][10];int p(int c,int s){ int i; for(i=1;i<=3;i++){ s+=i; if(c==9){ if(s==n){ a[ret][c]=i; ret++; return 阅读全文
posted @ 2020-01-30 19:15 BlueValentines 阅读(113) 评论(0) 推荐(0)