码迷,mamicode.com
首页 >  
搜索关键字:cup    ( 820个结果
Java的编程逻辑--15章 并发
1、run()和start()的区别 2、线程的基本属性和方法 NEW :还没调用start RUNABLE:正在执行run或者正在等待cup分配时间 BLOCKED:被阻塞 WAITING:被阻塞 TIMED_WAITING:被阻塞 TERMINATED:结束 NEW :还没调用start RUN ...
分类:编程语言   时间:2018-08-27 14:17:52    阅读次数:176
浅析编译型与解释型语言&python种类与特点
编译型语言:通过编译器,将源代码编译成二进制语言文件,机器更易执行,效率高,调试修改比较麻烦。 解释性语言:源代码在执行中通过解释器翻译成机器语言,每执行一次解释器解释一次,效率低且解释器运行需要占据cup和内存,但灵活,易于调试修改。 python:cpython是基于C语言开发的解释器,应用最广 ...
分类:编程语言   时间:2018-08-27 14:08:00    阅读次数:152
Playrix Codescapes Cup (Codeforces Round #413, rated, Div. 1 + Div. 2) C. Fountains 【树状数组维护区间最大值】
题目传送门:http://codeforces.com/contest/799/problem/C C. Fountains time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...
分类:编程语言   时间:2018-08-26 20:51:06    阅读次数:184
E - Down or Right Codeforces Round #504 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final)
http://codeforces.com/contest/1023/problem/E 交互题 ...
分类:其他好文   时间:2018-08-24 17:19:21    阅读次数:136
js给input添加函数
...
分类:Web程序   时间:2018-08-21 21:10:24    阅读次数:452
Codeforces Round #505 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final) 题解
真心简单的一场比赛 就是坑比较多(自己太蠢) A是一个水题 3分钟的时候过了 B也是一个比较简单的题 类似的套路见得多了 但是我当时可能比较困 想了一会才想出来 19分钟的时候过掉了 C同样很显然 性质不难发现 我在30分钟的时候通过了pretest 但是由于自己的愚蠢 忘记写了一句话 导致FST了... ...
分类:其他好文   时间:2018-08-21 18:25:26    阅读次数:182
Codeforces Round #505 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final) -B C(GCD,最长连续交替序列)
B. Weakened Common Divisor time limit per test 1.5 seconds memory limit per test 256 megabytes input standard input output standard output B. Weakened ...
分类:其他好文   时间:2018-08-20 11:32:25    阅读次数:429
【Codeforces Round #505 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final) B】Weakened Common Divisor
【链接】 "我是链接,点我呀:)" 【题意】 给你n个数对(ai,bi)。 让你求一个大于1的数字x 使得对于任意的i x|a[i] 或者 x|b[i] 【题解】 求出第一个数对的两个数他们有哪些质因子。 显然用这些质因子去试2..n就可以了。 看哪个可以满足 就输出对应的就可以了。 (一开始我求出 ...
分类:其他好文   时间:2018-08-20 10:34:31    阅读次数:158
Codeforces Round #505 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final)
A : A. Doggo Recoloring time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Doggo Recolori ...
分类:其他好文   时间:2018-08-20 00:35:25    阅读次数:165
Codeforces Round #504 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final) A. Single Wildcard Pattern Matching B. Pair of Toys C. Bracket Subsequence D. Array Restoration-区间查询最值(RMQ(ST))
Codeforces Round #504 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final) A. Single Wildcard Pattern Matching 题意就是匹配字符的题目,打比赛的时候没有看到只有一个" * ",然后就写挫了, ...
分类:其他好文   时间:2018-08-19 18:02:21    阅读次数:217
820条   上一页 1 ... 23 24 25 26 27 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!