摘要:
题目地址:http://ac.jobdu.com/problem.php?pid=1076题目描述: 输入一个正整数N,输出N的阶乘。输入: 正整数N(0 #define N 10010 int main(void){ int result[N]; int i, j, n; wh... 阅读全文
摘要:
题目地址:http://ac.jobdu.com/problem.php?pid=1468题目描述: To store English words, one method is to use linked lists and store a word letter by letter. To sav... 阅读全文
摘要:
题目地址:http://ac.jobdu.com/problem.php?pid=1437题目描述: With highways available, driving a car from Hangzhou to any other city is easy. But since the tank ... 阅读全文
摘要:
题目地址:http://ac.jobdu.com/problem.php?pid=1087题目描述: 输入n个整数,依次输出每个数的约数的个数输入: 输入的第一行为N,即数组的个数(N#include #include int main(void){ int N; int * data... 阅读全文