摘要:
今天之后就进入了新的一年。 去年的上半年算是糊糊涂涂过去的,六月份军训结束状态好了一些,至少心里有想去的地方了。下半年转专业到了计算机系,刚开学那段时间每天背着游戏本和一千多页的java编程思想,四处找空教室自习,偶尔被社团办活动的请出去。因为笔记本老没电,开始寻找插头,一星期做了一个机器臂进了实验 阅读全文
摘要:
P2240 【深基12.例1】部分背包问题 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=110; int n,t; st 阅读全文
摘要:
Problem - 5113 (hdu.edu.cn) hdu没法提交,我以为我账号又崩了... #include<iostream> #include<cstring> using namespace std; int T,n,m,k,kase; int color[30],ans[10][10] 阅读全文
摘要:
Problem - 1175 (hdu.edu.cn) 根据转弯次数和有没有找到答案来剪枝 #include<iostream> #include<cstring> using namespace std; const int N=1010; int n,m,q,x1,y1,x2,y2,flag; 阅读全文