- 博客(1)
- 收藏
- 关注
原创 西工大NOJ最大乘积(数组加穷举解法)
都是很基本的算法,就不解释了。 一共三十行 #include <stdio.h> #include <stdlib.h> int main() { int num[18]; int a,max,m,k,s,t=0; scanf("%d/n",&a); for(t=0; t<=(a-1); t++) { scanf("%d",&num[t]); } max=num
2022-11-03 18:10:26
461
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅