flyflyfly00
flyflyfly00
全部文章
分类
CCF(6)
Codeforces(3)
TJU-OJ(29)
一些总结(9)
力扣LeetCode(1)
洛谷luogu(6)
题解(52)
归档
标签
去牛客网
登录
/
注册
flyflyfly00的博客
全部文章
(共106篇)
P69 猫狗收容所
和书上写法不一样,输出的数是对的,但不确定能否通过测试。 #include <iostream> #include <cstdio> #include <algorithm> #include <queue> using namespace std;...
2021-03-06
0
1122
P12 叠框
#include <iostream> #include <cstdio> using namespace std; char matrix[80][80]; int main(){ int n; char a,b; bool firsrcas...
2021-03-06
0
517
P16 Repeater
#include<iostream> #include<cstdio> #include<math.h> #include<string> using namespace std; char templat [6][6]; //初始模版: char...
2021-03-06
4
761
P57 Oulipo
#include <iostream> #include <cstdio> #include <algorithm> #include <string> using namespace std; int text[1000000], pattern...
2021-03-06
0
435
P55 Number Sequence
#include <iostream> #include <cstdio> #include <algorithm> #include <string> using namespace std; int text[1000000], pattern...
2021-03-06
0
434
P67约瑟夫问题
#include <iostream> #include <cstdio> #include <queue> #include <string> using namespace std; int main(){ int n, p, m; ...
2021-03-06
0
488
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页