摘要:
题目描述 输入一个整数n,输出n的阶乘 输入描述: 一个整数n(1<=n<=20) 输出描述: n的阶乘 示例1 输入 3 输出 6 #include<iostream>#include<string>#include<stack> //出入栈头文件 using namespace std;int 阅读全文
posted @ 2017-11-10 22:49
P_langen
阅读(80)
评论(0)
推荐(0)
浙公网安备 33010602011771号