摘要: 【题目】: Roundgod draws a grid graph of size nn with n \times nn×n cells. She can use one of kk colors to color every edge once, but lzr gives her some l 阅读全文
posted @ 2020-07-29 14:10 conver^_^ 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6799 题目大意: 给你一个由左右括号和乘法符号组成的字符串 ()* ,可以将*变成左括号或、右括号、空字符,求能生成的最短的合法括号序列 中字典序最小的。(左括号字典序小于右括号) 合法括号序列举例: 阅读全文
posted @ 2020-07-29 13:19 conver^_^ 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6797 题目大意:n个点的完全图,要求删k条边,求删完k条边后的最短路的最大值。 3≤n≤50,1≤k≤min(n−2,5) 边权为[ 1 , 10^4 ] 的随机数 题解: 删的边一定在当前的最短路上, 阅读全文
posted @ 2020-07-28 23:41 conver^_^ 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 参考: MSI Job Submission and Scheduling (PBS Scripts) CSDN博客 PBS常用命令和脚本 一 介绍 超算系统使用作业队列来管理 计算任务 的执行。将计算任务提交到作业队列后,它们将在队列中等待,直到有可用的适当的计算资源。 常见的排队系统为PBS(P 阅读全文
posted @ 2020-05-06 23:26 conver^_^ 阅读(6367) 评论(0) 推荐(0) 编辑
摘要: 参考博客 https://blog.csdn.net/abc_xixi111/article/details/79993899 https://www.cnblogs.com/flypig666/p/11805430.html 一.main()函数参数 通常我们在写主函数时都是void main() 阅读全文
posted @ 2020-05-05 10:11 conver^_^ 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 参考博客 https://www.cnblogs.com/AndyEvans/p/10240790.html 本节知识点是《编译原理》第三章-词法分析,学习参考教材为清华大学出版社《编译原理》第三版: 前情提要: 字母表∑1和∑2的乘积( product): ∑1∑2 ={ab|a ∈∑1, b ∈ 阅读全文
posted @ 2020-04-05 00:18 conver^_^ 阅读(1333) 评论(0) 推荐(0) 编辑
摘要: 【题目】 "题目链接" | Time Limit: 6000/3000 MS (Java/Others) | | Memory Limit: 502768/502768 K (Java/Others) | Problem Description In a galaxy far, far away, 阅读全文
posted @ 2020-02-04 23:38 conver^_^ 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 【题目】 "题目链接" | Time Limit: 1000MS | | Memory Limit: 65536K | | | | | | Total Submissions: 57935 | | Accepted: 17336 | Description Chosen Problem Solvin 阅读全文
posted @ 2020-02-03 13:36 conver^_^ 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 问题1: 当尝试push到github时 git push u origin master 出现 error: failed to push some refs to 'git@github.com:519ebayproject/519ebayproject.git' hint: Updates w 阅读全文
posted @ 2020-01-24 13:04 conver^_^ 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 【题目】题目链接 Two players take turns picking candies from n heaps,the player who picks the last one will win the game.On each turn they can pick any number 阅读全文
posted @ 2020-01-16 13:35 conver^_^ 阅读(178) 评论(0) 推荐(0) 编辑