文章

43

粉丝

180

获赞

21

访问

195.0k

头像
c++
P1430 北京理工大学机试题
发布于2022年4月30日 14:55
阅读数 4.1k

#include <iostream>
using namespace std;
int x;
int main()
{
	cin >> x;
	while (cin >> x)
	{
		int res = x;
		while (-- x) res *= x;
		cout << res << endl;
	}
	return 0;
}

 

登录查看完整内容


登录后发布评论

暂无评论,来抢沙发