D2. RGB Substring (hard version) 原题传送门 time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output D ...
分类:
其他好文 时间:
2019-07-26 01:04:37
阅读次数:
107
D2. RGB Substring (hard version) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output D2. RGB ...
分类:
其他好文 时间:
2019-07-25 09:24:07
阅读次数:
77
Por Costel and Azerah Descriptions 给你n个数 问你,有多少个子序列 的和是偶数 Example Input 233 10 124 2 Output 33 题目链接 https://vjudge.net/problem/Gym-100923A 恶心死了 freope ...
分类:
其他好文 时间:
2019-07-23 00:35:25
阅读次数:
131
F. Fairness time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output Dwik and his brother Samir both received ...
分类:
其他好文 时间:
2019-07-22 17:57:06
阅读次数:
100
题目描述: C. Neko does Maths time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Neko does Mat ...
分类:
其他好文 时间:
2019-07-20 23:34:46
阅读次数:
96
A+B Problem Description A+B Input 11 Output 2 Sample Input 1 2 Sample Output 3 解释: 双手打字,以示清白。 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 6 ...
分类:
其他好文 时间:
2019-07-19 12:18:37
阅读次数:
98
B. Sport Mafia time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Each evening after the di ...
分类:
其他好文 时间:
2019-07-18 16:51:17
阅读次数:
183
一、BIOS 1、BIOS是什么 BIOS:基本输入输出系统(Basic Input Output System),它是一组固化到计算机内主板上一个ROM(Read-Only Memory)只读存储器,不需要供电就可保持数据不丢失芯片上的程序,BIOS保存着计算机最重要的基本输入输出的程序、系统设置 ...
分类:
其他好文 时间:
2019-07-17 19:01:50
阅读次数:
138
题目链接:http://codeforces.com/gym/102222/problem/E E. 2-3-4 Tree time limit per test 10.0 s memory limit per test 256 MB input standard input output stan ...
分类:
其他好文 时间:
2019-07-11 17:28:56
阅读次数:
93
Invert a binary tree. Example: Input: Output: 方法2:递归求解,简洁的让人觉得可怕,跑的还飞快,推荐食用👍 ...
分类:
其他好文 时间:
2019-07-10 00:59:52
阅读次数:
137