I/O编程 Input/Output 输入/输出 Stream(流)是一个很重要的概念,可以把流想象成一个水管,数据就是水管里的水 Input Stream就是数据从外面(磁盘、网络)流进内存,Output Stream就是数据从内存流到外面去 由于CPU和内存的速度远远高于外设的速度,所以,在I/ ...
分类:
编程语言 时间:
2019-05-04 00:12:00
阅读次数:
211
https://codeforc.es/contest/1138/problem/B B. Circus time limit per test 1 second memory limit per test 256 megabytes input standard input output stan ...
分类:
其他好文 时间:
2019-05-02 17:03:25
阅读次数:
130
Problem CodeCraft-19 and Codeforces Round #537 (Div. 2) - D. Destroy the Colony Time Limit: 2000 mSec Problem Description Input Output For each questi ...
分类:
其他好文 时间:
2019-05-02 09:40:19
阅读次数:
139
Problem Codeforces Round #536 (Div. 2) - D. Lunar New Year and a Wander Time Limit: 3000 mSec Problem Description Input Output Output a line containin ...
分类:
其他好文 时间:
2019-05-01 18:52:10
阅读次数:
197
A. DZY Loves Hash time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output DZY has a hash table wi ...
分类:
其他好文 时间:
2019-05-01 18:39:44
阅读次数:
167
Problem Codeforces Round #556 (Div. 2) - D. Three Religions Time Limit: 3000 mSec Problem Description Input Output Sample Input 6 8abdabc+ 1 a+ 1 d+ 2 ...
分类:
其他好文 时间:
2019-04-30 23:55:29
阅读次数:
233
Problem Codeforces Round #556 (Div. 2) - D. Three Religions Time Limit: 1000 mSec Problem Description Input Output Sample Input 51 2 1 2 1 Sample Outp ...
分类:
其他好文 时间:
2019-04-30 23:36:48
阅读次数:
147
"dp 最大区间和变形 cf 1155D" D. Beautiful Array time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output ...
分类:
其他好文 时间:
2019-04-26 21:01:00
阅读次数:
152
题目: Given a string, find the length of the longest substring without repeating characters. Example 1: Input: "abcabcbb" Output: 3 Explanation: The ans ...
分类:
其他好文 时间:
2019-04-26 00:33:28
阅读次数:
131
D. Beautiful Array time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given an arra ...
分类:
其他好文 时间:
2019-04-23 20:54:47
阅读次数:
151