12 2013 档案
摘要:。。挂科 。。 。不喜欢 。 该定个复习计划。 应该着笔近代史了,应该写线代论文了 ======前者得开工,后者要速度(今天!)英语: 快速阅读(2)读课本(2) 作业作文 ====== 鉴于目前已退化到初中水平,所以先做快速阅读,短短的,比较简单,做完再说吧 语文,混沌状态,等老师下星期讲吧。 ~囧~ 做高数作业,发现推得很辛苦,果断去积分。 ~积分~积分~积分~目标:草稿纸成堆 --。 高中都没这么勤奋 积分表: 50-60 (目前除于简单状态) 累计用时60 * 3 = 180 min - -。 做的时候很随意,没发现效率这么低,太不熟练了吧, 严重鄙视某女...
阅读全文
摘要:走棋子到棋盘四个角,输出最小步数codeforces输入:m*n (棋盘 从1开始)ij (当前位置) a b (每次可以走 (i+a,j+b) (i+a,j-b) (i-a,j-b) (i-a,j+b) ) 这为一步/************************************************* ** 画个图出来就可以了~~ * **************************************************/ #include#includeint n,m,i,j,a,b; const int oo = 1000000000;using namesp
阅读全文
摘要:Summer Readingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputAt school Vasya got an impressive list of summer reading books. Unlike other modern schoolchildren, Vasya loves reading, so he read some book each day of the summer.As Vasya was reading
阅读全文
摘要:javaC# 等的经典书籍http://jythoner.iteye.com/blog/570792?page=2#comments有篇文章,讲windows VS linux 还有一些linux的事情,软件什么的。。很好。。http://www.cnblogs.com/ebusi/archive/2011/02/12/1952328.html专门放书的,也有很多电子书可以下载http://www.ppurl.com/top一些http://chakra-project.org/news/git github等下要比赛了,学校正式的,有点紧张。回来再补吧。。
阅读全文
摘要:小学老师:将圆平均分成上下两部分像切西瓜一样,切很多很多分展开 将上下两部分放在一起 得到近似平行四边形 所以,S=L*h L:周长数学史上: 1. 2.阿基米德 3.刘徽1. “穷揭法” 2. “平衡法” “穷竭法”3. 割圆术:分割成了192正多边形,近似度3.141024-3.142704PART B 群1.循环小数用分数表示 e.g 0.12=x 12.12=100x 本质就是解方程2.striling公式 http://baike.baidu.com/view/4113061.htm?fromtitle=Stirling%E5%85%AC%E5%...
阅读全文
摘要:Cycling the words:Sample Input Copy sample input to clipboardPlease think about it carefullySample OutputPlease think about it carefullythink about it carefully Pleaseabout it carefully Please thinkit carefully Please think aboutcarefully Please think about it代码:#include#includeusing namespace std;i
阅读全文
摘要:1 #include 2 #include 3 using namespace std; 4 int n,tc; 5 int a[5]={3,1,5,4,9}; 6 int b[5]={0,1,2,3,4}; 7 bool cmp(const int& i,const int& j) 8 { 9 return a[i]<a[j];10 }11 int main()12 { 13 sort(b,b+5,cmp);14 for(int i=0;i<5;++i)15 cout<<b[i]<<" "<<a[i]<
阅读全文
摘要:Win+C:调出应用Ch arm 菜单(Metro、传统桌面) * Win+D:所有程序最小化,再次按下恢复(Metro、传统桌面) * Win+E:打开我的电脑(Metro、传统桌面) * Win+F:调出查找面板(Metro、传统桌面) * Win+I:调出设置面板(Metro、传统桌面) * Win+L:一键锁定电脑(Metro、传统桌面) * Win+M:所有程序最小化(Metro、传统桌面) * Win+P:切换外部显示器/电视(Metro、传统桌面) * Win+R:调出“运行”对话框(Metro、传统桌面) * Win+T:将光标定位到传统任务栏图标上(Metr...
阅读全文
摘要:1206. Stacking CylindersConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionProblem Cylinders (e.g. oil drums) (of radius 1 foot) are stacked in a rectangular bin. Each cylinder on an upper row rests on two cylinders in the row below. The cylinders in the bottom row rest on the floor and do
阅读全文
摘要:DP 水题PermutationConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionPermutation plays a very important role in Combinatorics.For example, 1 2 3 4 5 and 1 3 5 4 2 are both 5-permutations.As everyone's known, the number of n-permutations is n!.According to their magnitude relatives, if we
阅读全文
摘要:DescriptionIn the Fibonacci integer sequence, F0 = 0, F1 = 1, and Fn = Fn − 1 + Fn − 2 for n ≥ 2. For example, the first ten terms of the Fibonacci sequence are:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, …Given two integers n and m, your goal is to compute the value of Fn mod m. InputThe input test file will
阅读全文

浙公网安备 33010602011771号