蓝桥杯 入学考试

背包问题

 
import java.util.Scanner;

public class 入学考试 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int T = in.nextInt();//限定时间
int M = in.nextInt();//山洞的草药数目
int[][] Herb = new int[M+1][T+1];
int[] Time = new int[M+1];//时间
int[] Value = new int[M+1];//价值
int s=0;
while(s

蓝桥杯 入学考试最先出现在Python成神之路

版权声明:
作者:siwei
链接:https://www.techfm.club/p/7552.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>