码迷,mamicode.com
首页 >  
搜索关键字:light oj    ( 5088个结果
华为OJ-质数因子
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
华为OJ-自守数
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
LeetCode OJ 之 Number of Digit One (数字1的个数)
题目: 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
P1855 榨取kkksc03
题目描述 洛谷2的团队功能是其他任何oj和工具难以达到的。借助洛谷强大的服务器资源,任何学校都可以在洛谷上零成本的搭建oj并高效率的完成训练计划。 为什么说是搭建oj呢?为什么高效呢? 因为,你可以上传私有题目,团队外别人是无法看到的。我们还能帮你们评测! 你可以创建作业,给组员布置任务,查看组员的 ...
分类:其他好文   时间:2018-01-28 18:13:33    阅读次数:122
Lihht OJ ---Fibsieve`s Fantabulous Birthday(找规律,数学)
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
淺談Unity 5.4新功能:Light Probe Proxy Volume
作者: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
我学小程序-学习笔记13-tabBar页面设置
{ "pages":[ "pages/index/index", "pages/post/post", "pages/logs/logs" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#f... ...
分类:其他好文   时间:2018-01-26 18:43:40    阅读次数:151
POJ 3553 Light Switching Game 博弈论 nim积 sg函数
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
山东理工大学SDUT - ACM OJ 题: Python代码 及分析
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
5088条   上一页 1 ... 73 74 75 76 77 ... 509 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!