摘要: 字符串数组 // Code file created by C Code Develop #include "stdio.h" #include "stdlib.h" #include "string.h" #include "stdlib.h" // 字符串数组常用的函数 int main(){ 阅读全文
posted @ 2021-11-23 16:31 def_Class 阅读(36) 评论(0) 推荐(0) 编辑
摘要: n! // Code file created by C Code Develop #include "stdio.h" #include "stdlib.h" int main(){ int fac(int c); printf("%d", fac(- 4)); return 0; } int f 阅读全文
posted @ 2021-11-23 16:30 def_Class 阅读(72) 评论(0) 推荐(0) 编辑