洛谷刷题记录

https://www.luogu.org/problemnew/show/P1000 复制图形输出

https://www.luogu.org/problemnew/show/P1001 最简单A+B

https://www.luogu.org/problemnew/show/P1002 DP入门

https://www.luogu.org/problemnew/show/P1003 倒序暴力查询

https://www.luogu.org/problemnew/show/P1007 思维:士兵可看成是互相穿过

https://www.luogu.org/problemnew/show/P1008 打表找满足题意的解

https://www.luogu.org/problemnew/show/P1009 小阶乘和

https://www.luogu.org/problemnew/show/P1010 按要求模拟(打表)

https://www.luogu.org/problemnew/show/P1011 数学规律(类斐波那契)

https://www.luogu.org/problemnew/show/P1012 求字典序最大合并串

https://www.luogu.org/problemnew/show/P1014 cantor数组求第n项

https://www.luogu.org/problemnew/show/P1015 模拟进制加法(2进制注意进位)

https://www.luogu.org/problemnew/show/P1017 负进制转换

https://www.luogu.org/problemnew/show/P1022 模拟求解一元一次方程

https://www.luogu.org/problemnew/show/P1028 类DP

https://www.luogu.org/problemnew/show/P1029 数学问题(GCD)

https://www.luogu.org/problemnew/show/P1031 很有趣的贪心(利用与平均值的差求解)

https://www.luogu.org/problemnew/show/P1035 循环语句简单使用

https://www.luogu.org/problemnew/show/P1036 DFS

https://www.luogu.org/problemnew/show/P1042 简单模拟(注意0比0也要输出)

https://www.luogu.org/problemnew/show/P1045 C++的大数快速幂(取后500位)

https://www.luogu.org/problemnew/show/P1046 数组简单使用

https://www.luogu.org/problemnew/show/P1047 标记数组的利用

https://www.luogu.org/problemnew/show/P1055 字符判断

https://www.luogu.org/problemnew/show/P1056 模拟(桶排思想)

https://www.luogu.org/problemnew/show/P1059 桶排(标记数组)

https://www.luogu.org/problemnew/show/P1601 大整数加法

https://www.luogu.org/problemnew/show/P1067 多项式模拟(有点烦)

https://www.luogu.org/problemnew/show/P1068 结构体排序(输出稍烦)

https://www.luogu.org/problemnew/show/P1071 字符串密码简单模拟    坑:双向判断

https://www.luogu.org/problemnew/show/P1075 唯一分解定理

https://www.luogu.org/problemnew/show/P1080 大数类贪心 坑:第二个点T的有点不明不白

https://www.luogu.org/problemnew/show/P1085 条件语句简单使用

https://www.luogu.org/problemnew/show/P1086 模拟(仔细读题) 坑:答案有可能是0

https://www.luogu.org/problemnew/show/P1088 模拟(可以利用next_permutation(a,a + n))

https://www.luogu.org/problemnew/show/P1089 基本运算实现

https://www.luogu.org/problemnew/show/P1090 贪心(优先队列)

https://www.luogu.org/problemnew/show/P1093 简单结构体排序(不要用多组数据输入)

https://www.luogu.org/problemnew/show/P1094 简单贪心

https://www.luogu.org/problemnew/show/P1096 简单大数类应用

https://www.luogu.org/problemnew/show/P1097 简单计算

https://www.luogu.org/problemnew/show/P1098 比较麻烦的字符串模拟 坑:减号可以连续出现多次或者出现在字符串首尾

https://www.luogu.org/problemnew/show/P1100 简单计算

https://www.luogu.org/problemnew/show/P1101 暴力搜索

https://www.luogu.org/problemnew/show/P1102 简单map应用

https://www.luogu.org/problemnew/show/P1104 结构体排序

https://www.luogu.org/problemnew/show/P1115 DP入门(求最大的 非空区间数字和)

https://www.luogu.org/problemnew/show/P1116 小数据求逆序数

https://www.luogu.org/problemnew/show/P1134 数学

https://www.luogu.org/problemnew/show/P1141 广搜简单优化(求连通区域面积)

https://www.luogu.org/problemnew/show/P1147 简单数学(暴力不会超时)

https://www.luogu.org/problemnew/show/P1149 打表找满足题意的解

https://www.luogu.org/problemnew/show/P1150 简单数学

https://www.luogu.org/problemnew/show/P1151 简单数学

https://www.luogu.org/problemnew/show/P1152 简单数学

https://www.luogu.org/problemnew/show/P1162 思维:暴力查询四个方向

https://www.luogu.org/problemnew/show/P1177 直接sort排序即可

https://www.luogu.org/problemnew/show/P1179 简单暴力

https://www.luogu.org/problemnew/show/P1181 贪心(注意遍历后的判断)

https://www.luogu.org/problemnew/show/P1192 基础DP(注意取模)

https://www.luogu.org/problemnew/show/P1200 字符计算

https://www.luogu.org/problemnew/show/P1208 简单贪心

https://www.luogu.org/problemnew/show/P1217 打表找回文素数

https://www.luogu.org/problemnew/show/P1219 DFS

https://www.luogu.org/problemnew/show/P1223 简单贪心

https://www.luogu.org/problemnew/show/P1226 快速幂

https://www.luogu.org/problemnew/show/P1233 稍难贪心

https://www.luogu.org/problemnew/show/P1255 模拟大数斐波那契(n = 5000,java超时)

https://www.luogu.org/problemnew/show/P1303 大整数乘法

https://www.luogu.org/problemnew/show/P1307 数字反转与判断多余零

https://www.luogu.org/problemnew/show/P1308 找模式串出现次数(java暴力超时)

https://www.luogu.org/problemnew/show/P1319 简单模拟

https://www.luogu.org/problemnew/show/P1320 简单模拟  坑:注意先输出的是0的数量

https://www.luogu.org/problemnew/show/P1321 简单模拟

https://www.luogu.org/problemnew/show/P1328 模拟Sheldon的rock-scissors-paper-lizard-spock

https://www.luogu.org/problemnew/show/P1338 逆序数对找规律

https://www.luogu.org/problemnew/show/P1372 简单数学

https://www.luogu.org/problemnew/show/P1403 数学技巧

https://www.luogu.org/problemnew/show/P1420 循环语句与判断语句

https://www.luogu.org/problemnew/show/P1421 简单计算

https://www.luogu.org/problemnew/show/P1422 条件语句与计算

https://www.luogu.org/problemnew/show/P1423 循环语句简单使用

https://www.luogu.org/problemnew/show/P1424 循环语句简单使用

https://www.luogu.org/problemnew/show/P1425 简单计算

https://www.luogu.org/problemnew/show/P1426 简单计算

https://www.luogu.org/problemnew/show/P1427 倒序输出数组

https://www.luogu.org/problemnew/show/P1428 循环嵌套与标记数组

https://www.luogu.org/problemnew/show/P1443 模拟跳马的简单广搜

https://www.luogu.org/problemnew/show/P1449 简单栈应用

https://www.luogu.org/problemnew/show/P1464 记忆化搜索(范围不大,暴力即可)

https://www.luogu.org/problemnew/show/P1478 简单排序

https://www.luogu.org/problemnew/show/P1482 简单数学

https://www.luogu.org/problemnew/show/P1498 画图(很烦)

https://www.luogu.org/problemnew/show/P1534 简单模拟(读题)

https://www.luogu.org/problemnew/show/P1538 模拟画图(不需要判断行末空格)

https://www.luogu.org/problemnew/show/P1540 简单模拟

https://www.luogu.org/problemnew/show/P1553 字符串倒置与多余0的处理

https://www.luogu.org/problemnew/show/P1554 提取数字每一位

https://www.luogu.org/problemnew/show/P1563 模拟(方向感差的我要被恶心死)

https://www.luogu.org/problemnew/show/P1567 最长连续上升子序列长(暴力)

https://www.luogu.org/problemnew/show/P1579 打素数表(也可直接暴力前两个数并判断质数)

https://www.luogu.org/problemnew/show/P1582 位运算思想(最后一个点容易超时)

https://www.luogu.org/problemnew/show/P1583 结构体排序(题目有点绕)

https://www.luogu.org/problemnew/show/P1590 模拟(也可数位DP,注意long long)

https://www.luogu.org/problemnew/show/P1597 简单模拟

https://www.luogu.org/problemnew/show/P1598 模拟打印图形    坑:注意输出格式的空格

https://www.luogu.org/problemnew/show/P1603 模拟输出字符串

https://www.luogu.org/problemnew/show/P1604 模拟给定进制大整数求和

https://www.luogu.org/problemnew/show/P1605 简单DFS

https://www.luogu.org/problemnew/show/P1615 入门数学

https://www.luogu.org/problemnew/show/P1618 暴力123到987

https://www.luogu.org/problemnew/show/P1634 简单数学

https://www.luogu.org/problemnew/show/P1664 简单模拟

https://www.luogu.org/problemnew/show/P1720 简单数学

https://www.luogu.org/problemnew/show/P1739 简单栈应用

https://www.luogu.org/problemnew/show/P1765 简单模拟  坑:注意结尾的换行符

https://www.luogu.org/problemnew/show/P1781 结构体排序(第四个点有毒,不要用多组数据输入)

https://www.luogu.org/problemnew/show/P1789 简单模拟(数组开100*100即可)

https://www.luogu.org/problemnew/show/P1803 结构体排序(贪心即可)

https://www.luogu.org/problemnew/show/P1830 简单模拟

https://www.luogu.org/problemnew/show/P1838 简单模拟(注意输出句号)

https://www.luogu.org/problemnew/show/P1865 区间素数数量筛

https://www.luogu.org/problemnew/show/P1876 简单数学(完全平方数)

https://www.luogu.org/problemnew/show/P1887 简单数学

https://www.luogu.org/problemnew/show/P1888 简单数学 坑:最后要除以GCD

https://www.luogu.org/problemnew/show/P1908 归并逆序数对

https://www.luogu.org/problemnew/show/P1909 稍复杂的计算    坑:只能买一种包装,无需考虑太多

https://www.luogu.org/problemnew/show/P1914 字符计算

https://www.luogu.org/problemnew/show/P1917 简单模拟

https://www.luogu.org/problemnew/show/P1980 求各位数字的值

https://www.luogu.org/problemnew/show/P1996 简单模拟(约瑟夫环逐个输出)

https://www.luogu.org/problemnew/show/P2006 简单模拟(注意特判除0情况)

https://www.luogu.org/problemnew/show/P2084 简单字符串处理

https://www.luogu.org/problemnew/show/P2089 暴力3^10

https://www.luogu.org/problemnew/show/P2141 循环嵌套与标记数组

https://www.luogu.org/problemnew/show/P2142 大整数减法

https://www.luogu.org/problemnew/show/P2158 数论(欧拉函数)

https://www.luogu.org/problemnew/show/P2181 简单数学(多边形对角线数量)

https://www.luogu.org/problemnew/show/P2192 简单数学

https://www.luogu.org/problemnew/show/P2369 简单排序  坑:内存很小,用short int即可

https://www.luogu.org/problemnew/show/P2550 简单模拟

https://www.luogu.org/problemnew/show/P2676 简单排序

https://www.luogu.org/problemnew/show/P2670 简单暴力

https://www.luogu.org/problemnew/show/P2705 简单模拟

https://www.luogu.org/problemnew/show/P2911 简单暴力

https://www.luogu.org/problemnew/show/P2955 简单判断(注意数据范围)

https://www.luogu.org/problemnew/show/P2956 简单暴力

https://www.luogu.org/problemnew/show/P3150 看样例知答案系列(简单博弈)

https://www.luogu.org/problemnew/show/P3741 简单暴力

https://www.luogu.org/problemnew/show/P3742 入门字符串

https://www.luogu.org/problemnew/show/P3954 入门数学

https://www.luogu.org/problemnew/show/P4325 入门数学

https://www.luogu.org/problemnew/show/P4326 简单数学(出租车距离)

https://www.luogu.org/problemnew/show/P4327 简单模拟

https://www.luogu.org/problemnew/show/P4413 入门数学

https://www.luogu.org/problemnew/show/P4445 入门数学(注意不是自由排队)

https://www.luogu.org/problemnew/show/P4702 入门数学(竟然有50组数据)

转载于:https://www.cnblogs.com/love-fromAtoZ/p/8954989.html

你可能感兴趣的:(洛谷刷题记录)