实验3
摘要:
任务一 #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", 阅读全文
posted @ 2021-11-28 22:16 知迩 阅读(38) 评论(1) 推荐(0)
posted @ 2021-11-28 22:16 知迩 阅读(38) 评论(1) 推荐(0)
posted @ 2021-11-15 23:24 知迩 阅读(29) 评论(3) 推荐(0)
posted @ 2021-10-31 20:40 知迩 阅读(35) 评论(0) 推荐(0)