摘要:
1,factorials[i] = i * factorials[i - 1];#include using namespace std;const int ArSize = 16;int main() {long long factorials[ArSize];factorials[1] = fa... 阅读全文
posted @ 2014-07-18 17:29
秦瑞It行程实录
阅读(289)
评论(0)
推荐(0)