摘要:
#include <stdio.h> long long fac(int n); int main() { int i,n; printf("Enter n: "); scanf("%d", &n); for(i=1; i<=n; ++i) printf("%d! = %lld\n", i, fac 阅读全文
摘要:
#include <stdio.h> int main () { int answer; char words[5000]; printf("网课学习让一些人欢喜一些人忧.\n"); printf("1.作为一个宅,社恐,觉得这样很好,有网络,自主学习,很OK.\n"); printf("不喜,不喜 阅读全文