题目描述: You are given two integers bb and ww. You have a chessboard of size 109×109109×109 with the top left cell at (1;1)(1;1), the cell (1;1)(1;1) is ...
分类:
其他好文 时间:
2019-08-01 17:19:27
阅读次数:
82
It is a little known fact that cows love apples. Farmer John has two apple trees (which are conveniently numbered 1 and 2) in his field, each full of ...
分类:
移动开发 时间:
2019-07-31 12:57:45
阅读次数:
114
Description You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to ...
分类:
编程语言 时间:
2019-07-31 11:02:21
阅读次数:
187
一、反射 定义:通俗的理解其实反省,自省的意思 反射值的时一个对象具备在增 删 改 查 得的属性你能力 操作方法:通过操作字符串操作属性 反射:设计的四个函数:hasattr ,get attr, setattr , dleattr 者四个 函数就是普通内置函数,没有双下划线,就像print,sor ...
分类:
其他好文 时间:
2019-07-31 01:11:51
阅读次数:
113
修改文件 vi vi 是linux自带的,vim是vi的升级版 命令:vi 文件名 如果文件存在,那么就直接进入对应的文件的编译模式,如果文件不存在,那么就进入以文件名命名的空文件的编译模式 vi 文件有两张模式: 命令模式:在编辑模式下点击ESC可进入命令模式 编辑模式:只有在该模式的时候才能进入 ...
分类:
系统相关 时间:
2019-07-30 18:53:50
阅读次数:
143
题目链接:http://codeforces.com/problemset/problem/1144/G 这个题和另外一个题非常相似,但是另外一个题比这个简单许多,有兴趣可以一起做一做。有题目和思路:https://www.cnblogs.com/xlbfxx/p/11255419.html 题意: ...
分类:
其他好文 时间:
2019-07-30 15:47:00
阅读次数:
65
Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and performs exchang ...
分类:
编程语言 时间:
2019-07-30 00:55:34
阅读次数:
150
Lyft Data Science AssignmentThank you for taking the time to complete Lyft’s Data ScienceAssignment!AssignmentLyft ridesharing is a two-sided marketpl ...
分类:
其他好文 时间:
2019-07-29 18:54:56
阅读次数:
83
ERROR&WARNING 1.cannot open source input file"DMA.h":no such file or directory. 头文件的路径没添加啊,这咋能忘呢 2.expected an expression 3.two many arguments(啥玩意我也忘了 ...
分类:
其他好文 时间:
2019-07-29 14:54:56
阅读次数:
145
1 namespace ConsoleAppLearningCeshi 2 { 3 /// 4 /// 不同打招呼 5 /// 6 /// 7 public delegate int deleMaxCompara(T one, T two);//泛型委托 8 public delegate int ... ...
分类:
其他好文 时间:
2019-07-29 14:12:50
阅读次数:
109