码迷,mamicode.com
首页 >  
搜索关键字:marked    ( 522个结果
Python运算符
1.算术运算符 运算符描述实例 + 加 - 两个对象相加 a + b 输出结果 30 - 减 - 得到负数或是一个数减去另一个数 a - b 输出结果 -10 * 乘 - 两个数相乘或是返回一个被重复若干次的字符串 a * b 输出结果 200 / 除 - x除以y b / a 输出结果 2 % 取 ...
分类:编程语言   时间:2020-03-05 10:32:08    阅读次数:71
How to debug Interaction center inbox workflow WS14000164
(1) sent one mail to IC inbox via outlook: (2) go to SWEL to check if there is one entry for the mail you just sent (3) go to tcode SWI1, you will fin ...
分类:其他好文   时间:2020-03-03 10:47:28    阅读次数:64
test
The cause behind the error Low disk space could be a reason for MySQL table being marked as “crashed”. When you have low space on your disk, some of t ...
分类:其他好文   时间:2020-02-27 20:49:35    阅读次数:70
1301. Number of Paths with Max Score
You are given a square board of characters. You can move on the board starting at the bottom right square marked with the character 'S'. You need to r ...
分类:其他好文   时间:2020-02-22 13:33:15    阅读次数:59
被军训:P2089 烤鸡
题目背景 猪猪 Hanke 得到了一只鸡。 题目描述 猪猪 Hanke 特别喜欢吃烤鸡(本是同畜牲,相煎何太急!)Hanke 吃鸡很特别,为什么特别呢?因为他有 1010 种配料(芥末、孜然等),每种配料可以放 11 到 33 克,任意烤鸡的美味程度为所有配料质量之和。 现在, Hanke 想要知道 ...
分类:其他好文   时间:2020-02-20 22:09:56    阅读次数:60
62. Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:其他好文   时间:2020-02-17 22:33:36    阅读次数:99
欧拉计划第11题题解
Largest product in a grid In the 20×20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 ...
分类:其他好文   时间:2020-02-17 19:50:33    阅读次数:116
落谷P1028 数的计算
题目描述 我们要求找出具有下列性质数的个数(包含输入的自然数nn): 先输入一个自然数nn(n \le 1000n≤1000),然后对此自然数按照如下方法进行处理: 不作任何处理; 在它的左边加上一个自然数,但该自然数不能超过原数的一半; 加上数后,继续按此规则进行处理,直到不能再加自然数为止. 输 ...
分类:其他好文   时间:2020-02-15 20:36:43    阅读次数:56
折腾linux
关于vi vi/vim 的使用 基本上 vi/vim 共分为三种模式,分别是命令模式(Command mode),输入模式(Insert mode)和底线命令模式(Last line mode)。 这三种模式的作用分别是: 命令模式: 用户刚刚启动 vi/vim,便进入了命令模式。 此状态下敲击键盘 ...
分类:系统相关   时间:2020-02-12 20:24:18    阅读次数:83
leetcode62 Unique Paths
1 """ 2 A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). 3 The robot can only move either down or righ ...
分类:其他好文   时间:2020-02-12 13:25:27    阅读次数:66
522条   上一页 1 ... 4 5 6 7 8 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!