首页 标签「stdio」的内容如下:
poj1975
2022-11-21

#include<stdio.h>#include<strin…

查看详情 2,870
hdu1238 Substrings 扩展KMP
2022-11-21

You are given a number of case-sensitive…

查看详情 3,827
bnuoj 4207 台风(模拟题)
2022-11-20

http://www.bnuoj.com/bnuoj/problem_show.…

查看详情 5,019
[ An Ac a Day ^_^ ] CodeForces 339A Helpful Maths
2022-11-19

熄灯了才想起来没写博客 赶紧水一道题碎觉…… #in…

查看详情 3,460
用C语言怎么实现复制自己
2022-11-18

#include <stdio.h>#include <str…

查看详情 2,499
【PAT】B1076 Wifi密码(15 分)
2022-11-17

注意接收字符时缓冲区的换行要接受掉#include<stdio.h>…

查看详情 3,159
poj 1159 最长回文
2022-11-15

方法  LCS #include<iostream> #i…

查看详情 3,044
Linux 进程与线程五
2022-11-14

pthread_self函数pthread_t pthread_self(voi…

查看详情 3,370
POJ 2661
2022-11-13

#include<iostream> #include<std…

查看详情 3,463
POJ 2823 单调队列入门水题
2022-11-12

最最基础的单调队列题目。一个单增一个单减。还是可以借此好好理解一下单调队列的。 …

查看详情 3,597