10 2023 档案
摘要:实验任物二 静态修饰后,P在fac第二次运行时不重置,再次与i相乘实现阶乘 #include <stdio.h> int func(int, int); int main() { int k = 4, m = 1, p1, p2; p1 = func(k, m); p2 = func(k, m);
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 374 #define N2 465 int main() { int number; int i; srand( time(0) ); f
阅读全文
浙公网安备 33010602011771号