码迷,mamicode.com
首页 >  
搜索关键字:hose    ( 390个结果
ACM-ICPC 2018 徐州赛区(网络赛)
[TOC] A. Hard to prepare B. BE, GE or NE C. Cacti Lottery D. Easy Math E. End Fantasy VIX F. Features Track G. Trace H. Ryuji doesn't want to study I. ...
分类:其他好文   时间:2018-09-10 11:15:37    阅读次数:305
bzoj 2038: [2009国家集训队]小Z的袜子(hose)
题目链接 ...
分类:其他好文   时间:2018-09-09 21:03:36    阅读次数:190
An Introduction to Lock-Free Programming
original url: http://preshing.com/20120612/an-introduction-to-lock-free-programming/ What Is It? People often describe lock-free programming as progra ...
分类:其他好文   时间:2018-09-04 20:49:33    阅读次数:210
pat 1116 Come on! Let's C(20 分)
"Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th ...
分类:其他好文   时间:2018-09-04 01:39:24    阅读次数:188
CodeForces - 687D: Dividing Kingdom II (二分图&带权并查集)
Long time ago, there was a great kingdom and it was being ruled by The Great Arya and Pari The Great. These two had some problems about the numbers th ...
分类:其他好文   时间:2018-08-30 13:43:40    阅读次数:227
学习英语记录(1)
did you call him你给他打电话了?why did you call him你为什么给他打电话?did not you call him你没给他打电话?why did not you call him你为什么没给他打电话?where did you call him你在哪给他打电话?wh ...
分类:其他好文   时间:2018-08-29 14:51:18    阅读次数:175
13. Roman to Integer
13. Roman to Integer class Solution { public int romanToInt(String s) { if(s == null || s.length() == 0) return 0; int result = 0; // becauase later w... ...
分类:其他好文   时间:2018-08-28 21:18:59    阅读次数:154
代词作形容词的常用搭配
本文摘自复旦大学出版社《中学英语语法(高中第二版)》,作者魏孟勋 a(n) + 基数词The student made a two minutes’ speech in French. a(n) + 序数词He started to learn a second foreign language. ...
分类:其他好文   时间:2018-08-27 21:59:06    阅读次数:233
python之婵
import this The Zen of Python, by Tim Peters Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is b ...
分类:编程语言   时间:2018-08-25 20:05:55    阅读次数:150
PAT 1103 Integer Factorization[难]
The K?P factorization of a positive integer N is to write N as the sum of the P-th power of K positive integers. You are supposed to write a program t ...
分类:其他好文   时间:2018-08-21 00:27:26    阅读次数:165
390条   上一页 1 ... 12 13 14 15 16 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!