Becoming inspired - The 11 questions to ask yourself when you feel uninspired @ Advanced Studio Classroom Vol: 2017 MARCH 24 Maybe you're struggling t... ...
分类:
其他好文 时间:
2017-08-27 12:05:18
阅读次数:
206
http://poj.org/problem?id=2796 Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 15375 Accepted: 4252 Case Time Limit: 1000MS Special Judge h ...
分类:
其他好文 时间:
2017-08-18 20:03:16
阅读次数:
170
单调栈求每个数在哪些区间是最值的经典操作。 把数一个一个丢进单调栈,弹出的时候[st[top-1]+1,i-1]这段区间就是弹出的数为最值的区间。 poj2796 弹出的时候更新答案即可 #include<iostream> #include<cstdlib> #include<cstring> # ...
分类:
编程语言 时间:
2017-08-16 23:11:02
阅读次数:
273
今天是我学习编程的第三天~~ 通过今天的学习,我感觉我还是没上道,没有编程序的那种feel。虽然已经没有了第一的懵逼,但我仍然没走向清醒,今天做题我还得问老师,但我觉得我相对于昨天似乎进步了许多,一些题目我可以有了数学的解答,但编码我还是编不下去或者编不完整。不过今天对循环这么东西有了进一步的应用和 ...
分类:
其他好文 时间:
2017-07-28 23:50:08
阅读次数:
166
Feel Good Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days in ...
分类:
其他好文 时间:
2017-07-23 14:26:20
阅读次数:
183
Today is my first phone interview since I start to look for jobs. I feel so nerves before the clock run to 10:00 am. Actually, zzz and I go through th ...
分类:
其他好文 时间:
2017-07-21 10:28:14
阅读次数:
171
chose the winner We'll CHOOSE the WINner on SATuerday or SUNday. go on vacation MAny of the STUdents are Going on vaCAtion toMOrrow. feel stressed I a ...
分类:
其他好文 时间:
2017-06-22 19:46:27
阅读次数:
225
应用书信型: Dear (称呼) I am very gald to receive your letter and feel grateful for (对方提供的优待)。(肯定对方的条件),I regret to say that I can't accept your gracious off ...
分类:
其他好文 时间:
2017-06-15 23:34:57
阅读次数:
337
说实话.作为一个Coder.每天在各种IDE中切换编写Code.如果一个IDE Look and Feel总是无形中影响你每天Code Farm的心情.那该是多么不爽的事情.特别是针对本人对IDE总是有一种天生“洁癖感”.每当一们语言或技术在无意中吸引我.或是已经在粗糙的本文编辑器初体验.都会在两到 ...
分类:
其他好文 时间:
2017-06-12 23:54:26
阅读次数:
520
题意: 给定一串数,求一个区间,使得该区间的所有数之和乘以该区间内最小的数的乘积最大。 分析: 每一个元素都有可能为该区间最小值,所以我们往该元素的左右方向扩展,越大越好。但是扩展的时候如果逐个遍历肯定会超时,那么这个地方需要一个优化。如果往左遇到的是比自己要大的元素,可以直接跳到这个大的元素对应的 ...
分类:
其他好文 时间:
2017-06-05 23:41:00
阅读次数:
192