1 #include 2 using namespace std; 3 4 void getResult(long int input) 5 { 6 for (int i=2;i>a; 21 getResult(a); 22 return 0; 23 } ...
分类:
其他好文 时间:
2018-01-30 12:15:49
阅读次数:
112
1 #include 2 using namespace std; 3 int CalcAutomorphicNumbers( int n) 4 { 5 6 int count=0; 7 for(int i=0;i>num; 39 cout<<CalcAutomorphicNumbers(num);... ...
分类:
其他好文 时间:
2018-01-30 12:14:07
阅读次数:
121
题目: Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n. For example: Given n = 13, R ...
分类:
其他好文 时间:
2018-01-29 11:41:39
阅读次数:
126
题目描述 洛谷2的团队功能是其他任何oj和工具难以达到的。借助洛谷强大的服务器资源,任何学校都可以在洛谷上零成本的搭建oj并高效率的完成训练计划。 为什么说是搭建oj呢?为什么高效呢? 因为,你可以上传私有题目,团队外别人是无法看到的。我们还能帮你们评测! 你可以创建作业,给组员布置任务,查看组员的 ...
分类:
其他好文 时间:
2018-01-28 18:13:33
阅读次数:
122
1008 - Fibsieve`s Fantabulous Birthday http://www.lightoj.com/volume_showproblem.php?problem=1008 1008 - Fibsieve`s Fantabulous Birthday PDF (English) ...
分类:
其他好文 时间:
2018-01-28 00:04:39
阅读次数:
263
作者:CHRISTOPHER POPE 原文連結 Unity 5.4進入到Beta的階段。当中一個特別的功能是光照探頭代理Light Probe Proxy Volume(LPPV)。本篇會向大家介紹什麼是LPPV,並介紹它怎样運作 對Unity5.4beta有興趣能够從這裡下載,必須有Pro的序號 ...
分类:
编程语言 时间:
2018-01-27 22:12:52
阅读次数:
639
这是一个腾讯笔试的编程题: 我们经常会用到一个LCS的问题。本题的唯一的一个巧妙之处在于。最后求解的字符串变为的是原来的字符串与其reverse之后的字符串的最大LCS,这样本题就得到了解决。 最长公共子序列求解:递归与动态规划方法 在做OJ题目的时候。常常会用到字符串的处理。比如。比較二个字符串相 ...
分类:
其他好文 时间:
2018-01-27 17:15:54
阅读次数:
213
{ "pages":[ "pages/index/index", "pages/post/post", "pages/logs/logs" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#f... ...
分类:
其他好文 时间:
2018-01-26 18:43:40
阅读次数:
151
http://poj.org/problem?id=3533 变成三维的nim积。。前面那个二维的函数都不用改多nim积一次就过了。。。longlong似乎不必要但是还是加上了 代码 1 #include<cstdio> 2 #include<cstring> 3 #include<algorith ...
分类:
其他好文 时间:
2018-01-24 12:28:22
阅读次数:
176
Python基础语法学习完成,先刷基础题100道巩固 ,附 题目、代码、知识分析 题目:http://acm.sdut.edu.cn/onlinejudge2/index.php/Home/Index/problemdetail/pid/1000.html 代码: s = input().split ...
分类:
编程语言 时间:
2018-01-21 22:31:54
阅读次数:
291