题目链接:https://codeforces.com/problemset/problem/687/C 题目大意:给你n个数,然后让这些数相加组合,然后在这些组合的数里可以再相加组合搞出给定 k,输出这些组合的数。 Examples Input 6 185 6 1 10 12 2 Output 1 ...
分类:
其他好文 时间:
2020-07-08 01:41:40
阅读次数:
87
package LeetCode_162 /** * 162. Find Peak Element * https://leetcode.com/problems/find-peak-element/description/ * * A peak element is an element that ...
分类:
其他好文 时间:
2020-07-07 23:20:32
阅读次数:
54
[function clickMeEvent(obj){if(obj.innerHTML=="Goodbye"){obj.style.display="none";}else if(obj.innerHTML=="Thank You"){obj.innerHTML="Goodbye";}else i... ...
分类:
编程语言 时间:
2020-07-07 22:11:37
阅读次数:
95
待整理https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix/solution/you-xu-ju-zhen-zhong-di-kxiao-de-yuan-su-by-leetco/ ...
分类:
其他好文 时间:
2020-07-07 17:56:02
阅读次数:
62
https://stackoverflow.com/questions/4629800/how-to-use-fiddler-to-monitor-wcf-service You need to add this in your web.config <system.net> <defaultPro ...
分类:
其他好文 时间:
2020-07-07 15:00:34
阅读次数:
51
QUQ摸鱼几个月之后…马上就要各种比赛来了,赶紧爬起来干正事了qwq 先给出题面 Medium You should write a program to handle some operations on an initially empty array. Input Specification: ...
分类:
其他好文 时间:
2020-07-07 12:51:51
阅读次数:
72
It lets you focus on improving the “Chatbot” part of your project by providing readymade code for other background tasks like deploying, creating serv ...
分类:
其他好文 时间:
2020-07-07 10:25:28
阅读次数:
79
In this lesson you will learn to present a proposal. 在这节课中,你将学习如何提出一个建议。 课上内容(Lesson) (be)low an energy bargain(n.) n. 交易;便宜货;契约 haggle(v.) proposal(n ...
分类:
其他好文 时间:
2020-07-07 10:06:10
阅读次数:
59
admin@DESKTOP-IRQLFMD MINGW64 /d/web/yb (master) $ git push -u origin master remote: You do not have permission push to this repository fatal: unable ...
分类:
其他好文 时间:
2020-07-07 09:39:54
阅读次数:
94
使用 read 命令来接受输入 使用read来把输入值分配给一个或多个shell变量,read从标准输入中读取值,给每个单词分配一个变量,所有剩余单词都被分配给最后一个变量,如果变量名没有指定,默认标准输入的值赋值给系统内置变量REPLY 格式: read [options] [name ...] ...
分类:
系统相关 时间:
2020-07-06 22:43:47
阅读次数:
107