摘要: /*http://acm.hdu.edu.cn/showproblem.php?pid=2079简单的母函数题目;开始把题目看错,以为个相同学分的不同科目是算不同的;后来发现是相同的;如果是不同的,那结果很大;当然这是我审题错误;*/#include #include #include #include #include #include #include int g[9],la[55],lb[55]; using namespace std; int main(int argc, char *argv[]) { int t,n,k,a,b; cin>>t; while(... 阅读全文
posted @ 2013-03-07 19:01 简洁是智慧的灵魂 阅读(139) 评论(0) 推荐(0)