码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
12. Integer to Roman (JAVA)
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:编程语言   时间:2019-04-25 16:09:29    阅读次数:129
Kafka connect in practice(2): distributed mode mysql binlog ->kafka->hive
In the previous post Kafka connect in practice(1): standalone, I have introduced about the basics of kafka connect configuration and demonstrate a loc ...
分类:数据库   时间:2019-04-24 19:40:25    阅读次数:197
codeforces 1136E-Nastya Hasn't Written a Legend
传送门:QAQQAQ 题意:有一个数组a和一个数组k,数组a一直保持一个性质:a[i + 1] >= a[i] + k[i]。有两种操作:1,给某个元素加上x,但是加上之后要保持数组a的性质。比如a[i]加上x之后,a[i + 1]<a[i] + k[i],那么a[i + 1]就变成a[i] + k ...
分类:其他好文   时间:2019-04-20 14:25:30    阅读次数:161
[cf 1136] E. Nastya Hasn't Written a Legend
题意 给两个数组分别为$a$和$k$,有若干次操作: 1.给$a_x$加上$y$,并以此对$a_{x + i}(i \ge 1)$赋值为$\max \{a_{x + i}, a_{x + i 1} + k_{x + i 1}\}$。 2.询问区间$[l, r]$的$a_i$的和。 题解 自闭了啊。 ...
分类:其他好文   时间:2019-04-18 09:20:32    阅读次数:132
字符串按照Z旋转90度然后上下翻转的字形按行输出字符串--ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2019-04-14 10:03:07    阅读次数:165
LeetCode 13 Roman to Integer 解题报告
题目要求 Roman numerals are represented by seven different symbols: I, V, X, L, C, Dand M. For example, two is written as II in Roman numeral, just two on ...
分类:其他好文   时间:2019-04-13 10:44:01    阅读次数:166
2019省赛训练组队赛4.9周二 2017浙江省赛
A - Cooking Competition "Miss Kobayashi's Dragon Maid" is a Japanese manga series written and illustrated by Coolkyoushinja. An anime television serie ...
分类:其他好文   时间:2019-04-09 20:45:31    阅读次数:141
【C++ 拾遗】extern 关键字
Separate compilation allows programs to be written in logical parts. let us split our programs into several files, each of which can be compiled indep ...
分类:编程语言   时间:2019-04-09 00:20:16    阅读次数:179
JAD使用须知
反编译工具Jad,下载地址:https://varaneckas.com/jad/ 本文翻译JAD的Readme.txt,先用英文,上班没事的时候翻译。 This is README file for Jad - the fast Java Decompiler.Jad home page: htt ...
分类:其他好文   时间:2019-04-06 23:04:15    阅读次数:332
[leetcode]6. ZigZag Conversion字符串Z形排列
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2019-04-04 10:01:03    阅读次数:153
1077条   上一页 1 ... 15 16 17 18 19 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!