avatar
文章
393
标签
181
分类
23

首页
时间轴
标签
分类
说说
TODO
友链
tabris的博客
搜索
首页
时间轴
标签
分类
说说
TODO
友链

tabris的博客

[原创]codeforces 710D Two Arithmetic Progressions [同余方程]【数论】
发表于2016-08-24|CSDN| 条评论
[原创]codeforces 710D Two Arithmetic Progressions [同余方程]【数论】 2016-08-24 17:32:54 Tabris_ 阅读数:695 博客爬取于2020-06-14 22:43:42 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52302558 题目链接:http://codeforces.com/problemset/problem/710/D --------------------------. D. Two Arithmetic Progressions time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output You are given two arithmetic progressions: a1k + b1 and a2l ...
[原创]codeforces 710C Magic Odd Square 【杂类】
发表于2016-08-23|CSDN| 条评论
[原创]codeforces 710C Magic Odd Square 【杂类】 2016-08-23 21:02:49 Tabris_ 阅读数:367 博客爬取于2020-06-14 22:43:43 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52294422 题目链接 : http://codeforces.com/problemset/problem/710/C -----------------------------------. C. Magic Odd Square time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Find an n × n matrix with different numbers from 1 to n2, so the sum in each r ...
[原创]codeforces 710E Generate a String [dp]【动态规划】
发表于2016-08-23|CSDN| 条评论
[原创]codeforces 710E Generate a String [dp]【动态规划】 2016-08-23 12:49:21 Tabris_ 阅读数:585 博客爬取于2020-06-14 22:43:44 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52289905 题目链接:http://codeforces.com/problemset/problem/710/E -------------------------------------------------. E. Generate a String time limit per test2 seconds memory limit per test512 megabytes inputstandard input outputstandard output zscoder wants to generate an input file for some programm ...
[原创]HDU 3555 Bomb [数位DP]【动态规划】
发表于2016-08-22|CSDN| 条评论
[原创]HDU 3555 Bomb [数位DP]【动态规划】 2016-08-22 20:34:43 Tabris_ 阅读数:366 博客爬取于2020-06-14 22:43:45 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52280031 题目链接 :HDU最近比较炸 不贴链接了、、 ------------------. Bomb Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others) Total Submission(s): 15374 Accepted Submission(s): 5565 Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve ...
[原创]codeforces #368 div.2B
发表于2016-08-21|CSDN| 条评论
[原创]codeforces #368 div.2B 2016-08-21 14:51:58 Tabris_ 阅读数:219 博客爬取于2020-06-14 22:43:46 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52267286 题目链接:http://codeforces.com/contest/707/problem/B --------------------------------------. B. Bakery time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Masha wants to open her own bakery and bake muffins in one of the n cities numbered from 1 to n. There ar ...
[原创]HDU 5858 Hard problem 2016多校10 1002 [相交圆面积]【计算几何】
发表于2016-08-19|CSDN| 条评论
[原创]HDU 5858 Hard problem 2016多校10 1002 [相交圆面积]【计算几何】 2016-08-19 16:04:23 Tabris_ 阅读数:504 博客爬取于2020-06-14 22:43:47 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52251839 题目连接 : 就当前HDU的情况 就先不给了 --------------------------------------------------------------------. Hard problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 195 Accepted Submission(s): 148 Problem Description cjj is fun with ...
[原创]hdu 5833 Zhu and 772002 2016中国大学生程序设计竞赛 - 网络选拔赛1002 [质因子分解+高斯消元]【数论】
发表于2016-08-15|CSDN| 条评论
[原创]hdu 5833 Zhu and 772002 2016中国大学生程序设计竞赛 - 网络选拔赛1002 [质因子分解+高斯消元]【数论】 2016-08-15 09:35:35 Tabris_ 阅读数:309 博客爬取于2020-06-14 22:43:49 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52208349 题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=5833 -------------------------------. Zhu and 772002 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 446 Accepted Submission(s): 147 Problem Description Zhu ...
[原创]HDU 3389 Game(博弈 Nim 找规律)
发表于2016-08-12|CSDN| 条评论
[原创]HDU 3389 Game(博弈 Nim 找规律) 2016-08-12 13:42:04 Tabris_ 阅读数:192 博客爬取于2020-06-14 22:43:50 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52190898 题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=3389 ----------------------. Game Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 610 Accepted Submission(s): 426 Problem Description Bob and Alice are playing a new game. There are n boxes which have ...
[原创]HDU 2588 GCD [欧拉函数]【数论】
发表于2016-08-11|CSDN| 条评论
[原创]HDU 2588 GCD [欧拉函数]【数论】 2016-08-11 20:25:10 Tabris_ 阅读数:457 博客爬取于2020-06-14 22:43:51 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52186214 题目连接 : 传送阵 -------------------------. GCD Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1734 Accepted Submission(s): 852 Problem Description The greatest common divisor GCD(a,b) of two positive integers a and b,sometimes written (a,b),is the large ...
[原创]HDU 5446 Unknown Treasure [lucas+CRT]【数论】
发表于2016-08-11|CSDN| 条评论
[原创]HDU 5446 Unknown Treasure [lucas+CRT]【数论】 2016-08-11 20:13:29 Tabris_ 阅读数:224 博客爬取于2020-06-14 22:43:52 以下为正文 版权声明:本文为Tabris原创文章,未经博主允许不得私自转载。 https://blog.csdn.net/qq_33184171/article/details/52186122 题目连接:传送门 ------------------------------. Unknown Treasure Time Limit: 1500/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 2196 Accepted Submission(s): 814 Problem Description On the way to the next secret treasure hiding place, the mathematician ...
1…293031…40
avatar
tabris
A Coding Peasant
文章
393
标签
181
分类
23
Follow Me
公告
公告栏写点啥好呢?
最新文章
LeetCode 第430场周赛2024-12-29
LeetCode 第426场周赛2024-12-01
LeetCode 第371场周赛2023-11-24
记账2022-11-11
MacOS 安装 WPS 国际版及汉化[不需要汉化了]2022-11-11
最新评论
正在加载中...
分类
  • CSDN338
  • leetcode18
  • 学习23
    • MySQL1
      • MySQL实战45讲1
    • redis9
      • 基础数据结构5
      • 对象1
标签
OI MySQL front HDU-1846 数位DP 开发 欧拉降幂 SPLAY hdu5635 poj 双周赛 docker 联通 算法 matrix 博弈 分治 POJ1611 动态规划 WPS redis codeforces 蓝桥杯-2016 numbers dfs king-s-gam 谷歌 hdu-5606 并查集 整数集合 二分图染色 Golang osx 数据结构 网格 bitset dp rehash 毕业设计 hash
归档
  • 十二月 20242
  • 十一月 20231
  • 十一月 20222
  • 十二月 20212
  • 十月 20211
  • 八月 20213
  • 六月 20215
  • 五月 202113
网站资讯
文章数目 :
393
已运行时间 :
本站总字数 :
503.4k
最后更新时间 :
©2017 - 2024 By tabris

粤ICP备 2021020563号
搜索
数据库加载中