https://codeforces.com/contest/1228/problem/A input 121 130 input output 123 output input 98766 100000 input output -1 output https://codeforces.com/c ...
分类:
其他好文 时间:
2019-10-01 09:35:32
阅读次数:
235
common: tag=>type: content:>url type:start / end / condition / operation / input / output / subroutine tag: 自定义标签,用于定义流程图中对应的名字 content : 流程图中的自定义显示文本 ...
分类:
其他好文 时间:
2019-09-27 20:53:57
阅读次数:
118
E. Tourism time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Tourism time limit per tes ...
分类:
其他好文 时间:
2019-09-26 23:35:24
阅读次数:
83
C. Magic Grid time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Let us define a magic grid ...
分类:
其他好文 时间:
2019-09-23 22:26:52
阅读次数:
88
C. Neko does Maths time limit per test:1 second memory limit per test:256 megabytes input:standard input output:standard output Neko loves divisors. D ...
分类:
其他好文 时间:
2019-09-22 14:32:31
阅读次数:
65
C. Permute Digits time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given two posit ...
分类:
其他好文 时间:
2019-09-16 10:03:05
阅读次数:
109
Description Input Output 输出test行,每行一个整数,表示答案。 输出test行,每行一个整数,表示答案。 Sample Input 1 2 2 2 3 1 Sample Output 3 HINT Test<=50 Pi<=10^5,1<=Q1<=10^9 1 #incl ...
分类:
其他好文 时间:
2019-09-11 12:08:19
阅读次数:
96
参考 https://docs.microsoft.com/zh-cn/windows/win32/api/winbase/nf-winbase-bindiocompletioncallback 前言 IOCP除了使用IOCP Input/Output Completion Port IO完成端口 ...
分类:
其他好文 时间:
2019-09-10 14:45:37
阅读次数:
111
1. AcceptEx 10061 客户端循环连接,没有发送数据,一定次数后,连接失败,WSAGetLastError的结果是10061。并且后续无法再次连接。 这是因为其中的一个参数,详细用法参考IOCP Input/Output Completion Port IO完成端口 dwReceiveD ...
分类:
其他好文 时间:
2019-09-09 14:48:34
阅读次数:
108
上篇介绍简单的ADC实现,需要IC提供一个额外的ADC。但出于IC成本的考虑,无法提供这个的ADC时,但提供了多个额外的GPIO(General Purpose Input Output:双向的:可以为输入/输出,只有两个状态High/Low),就可以使用本篇的实现方法了。 基于GPIO的按键板 基 ...
分类:
其他好文 时间:
2019-09-07 11:08:21
阅读次数:
97