2014年4月7日
摘要:
//阶乘。#includeusing namespace std;int factorial(int n){ if(n==0) return 1; else return n*factorial(n-1);}void main(){ int m,s; cout>m; for(int i=1;i>temp;} 阅读全文
posted @ 2014-04-07 23:26
我只个穷小子罢了
阅读(187)
评论(0)
推荐(0)
浙公网安备 33010602011771号