2022年5月7日
摘要: 代码题规格 现在的PTA和leedcode为了提高刷题的效率,都是采用主函数中输入输出机器定,但辅函数是要自己敲, 这种刷题的形式一定要逐渐熟悉,以后对于书上的题也要这样。 #include<stdio.h>int factorial(int n);int main(void){ int n; sc 阅读全文
posted @ 2022-05-07 22:21 Niu的呀 阅读(113) 评论(0) 推荐(0)