QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#535409#4585. Greedy KnapsackDennisTran#TL 0ms3948kbC++201.6kb2024-08-28 00:59:492024-08-28 00:59:49

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3916kb

input:

5 10
10 1 2 3 4
1 1 1 1 1

output:

3

result:

ok single line: '3'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3948kb

input:

5 10000000000
10 1 2 3 4
30 2 15 7 11

output:

65

result:

ok single line: '65'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3868kb

input:

5 20
4 9 5 1 3
203 175 131 218 304

output:

900

result:

ok single line: '900'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3916kb

input:

1 1
1
1

output:

1

result:

ok single line: '1'

Test #5:

score: -100
Time Limit Exceeded

input:

100000 200000
100000 99998 99996 99994 99992 99990 99988 99986 99984 99982 99980 99978 99976 99974 99972 99970 99968 99966 99964 99962 99960 99958 99956 99954 99952 99950 99948 99946 99944 99942 99940 99938 99936 99934 99932 99930 99928 99926 99924 99922 99920 99918 99916 99914 99912 99910 99908 999...

output:


result: