anthony1314
anthony1314
全部文章
分类
acm(40)
ACM题目和算法(130)
C++(1)
codeforces(1)
DP(1)
hdu(1)
Java(4)
Linux(2)
Maven(1)
MySQL(1)
OJ----codeforces(6)
OJ----hdu(4)
OJ----POJ(1)
OJ----牛客(1)
poj(1)
Python(2)
Web(3)
二分算法(1)
动态规划(1)
数据库(1)
数据结构----树状数组(1)
未归档(55)
比赛----2019暑假hdu多校(1)
牛客(1)
软件工程(1)
随笔(1)
归档
标签
去牛客网
登录
/
注册
top500acm菜鸡
我是个弟弟
全部文章
(共263篇)
图论---邻接表--链式前向星
/* Algorithm: 链式前向星 Author: anthony1314 Creat Time: Time Complexity: */ #include<iostream> #include<algorithm> #include<queue> #in...
2019-03-24
0
440
图论---邻接表--链式前向星
/* Algorithm: 链式前向星 Author: anthony1314 Creat Time: Time Complexity: */ #include<iostream> #include<algorithm> #include<queue> #in...
2019-03-24
0
345
codeforces897 D Ithea Plays With Chtholly【贪心 + 交互题】
交互输入题 给你 n m c 代表有n张白纸,编号1-n, 系统会给你m次以内 得询问 每次给你一个[1 , c]的数字 你可以将这个数字填在某张纸上 如果该纸上有写数字了 你可以对其进行更改 要你打印出 每一次系统给的数字你是填在的纸的编号 请问如何填能够在 所有纸被填满的那一刻 ...
2019-03-23
0
523
codeforces897 D Ithea Plays With Chtholly【贪心 + 交互题】
交互输入题 给你 n m c 代表有n张白纸,编号1-n, 系统会给你m次以内 得询问 每次给你一个[1 , c]的数字 你可以将这个数字填在某张纸上 如果该纸上有写数字了 你可以对其进行更改 要你打印出 每一次系统给的数字你是填在的纸的编号 请问如何填能够在 所有纸被填满的那一刻 ...
2019-03-23
0
362
codeforces679A 交互题目入门
系统随机给你一个 [2,100]的数x 你可以进行不超过20次询问 每次询问输出一个数 系统会回答是否x的因子 如果是则输入yes 否则则为no 请问x为合数还是素数 题解: 任意一个合数都有两个或以上素数的因子 因此我们只要先打表打出2-50的素数, 还有不超过50的素数的平方 ...
2019-03-23
0
725
codeforces679A 交互题目入门
系统随机给你一个 [2,100]的数x 你可以进行不超过20次询问 每次询问输出一个数 系统会回答是否x的因子 如果是则输入yes 否则则为no 请问x为合数还是素数 题解: 任意一个合数都有两个或以上素数的因子 因此我们只要先打表打出2-50的素数, 还有不超过50的素数的平方 ...
2019-03-23
0
437
codeforces897 c Nephren gives a riddle [递归]
给你四个字符串 string a = "What are you doing at the end of the world? Are you busy? Will you save us?"; string b = "What are you doing while...
2019-03-23
0
547
codeforces897 c Nephren gives a riddle [递归]
给你四个字符串 string a = "What are you doing at the end of the world? Are you busy? Will you save us?"; string b = "What are you doing while...
2019-03-23
0
409
poj2109 Tautology (dfs+枚举)
题意: 输入由p、q、r、s、t、K、A、N、C、E共10个字母组成的逻辑表达式, 其中p、q、r、s 、t的值为1(true)或0(false),即逻辑变量; K、A、N、C、E为逻辑运算符, K --> and:x && y A --> or:x || y N -...
2019-03-21
0
522
poj2109 Tautology (dfs+枚举)
题意: 输入由p、q、r、s、t、K、A、N、C、E共10个字母组成的逻辑表达式, 其中p、q、r、s 、t的值为1(true)或0(false),即逻辑变量; K、A、N、C、E为逻辑运算符, K --> and:x && y A --> or:x || y N -...
2019-03-21
0
433
首页
上一页
8
9
10
11
12
13
14
15
16
17
下一页
末页