摘要:
"HDU 6006 Engineer Assignment" 我参考了 "这份题解" . 贴上我比较拙的代码,留念一下。 cpp / 想到状态压缩的dp问题就解决了一半。 / include include include include include include include includ 阅读全文
摘要:
代码见下面,编译之后就可以用;建议放在bash下,或者添加环境变量。 使用方法:encrypt 。两次输入密码。加密密码与解密密码不一致解码后就不是原文件了! cpp include include include int decrypt(FILE in,FILE out); int encrypt 阅读全文
摘要:
``` cpp include include include include using namespace std; bitseta,b,ans,t; / 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6085 题目意思:给定A,B两个数组,分别n 阅读全文