发表评论取消回复
相关阅读
相关 P1083-借教室
1 include <bits/stdc++.h> 2 using namespace std; 3 define _for(i,a,b) fo
相关 题目 1083: Hello, world!
[题目 1083: Hello, world!][1083_ Hello_ world] 题解 这题相对来所比较简单,就是做一个ASCII码数值与字符的对应。 相对麻
相关 pku 1083 水题
\include <iostream> using namespace std; int hash\[205\]; int main() \{ int T, N; int s,
相关 POJ1083 Moving Tables
题目大意:走廊中搬桌子,走廊的宽度只允许一张桌子通过,但允许路线不交叉的同时搬桌子,每次搬桌子都需要10分钟,问所需最短时间。 解题思路:统计搬桌子过程中经过每个房
相关 HDU 1082 COURSES (二分图匹配之匈牙利算法)
Consider a group of N students and P courses. Each student visits zero, one or more than
相关 HDU 6186 CS Course(线段树区间操作)
Little A has come to college and majored in Computer and Science. Today he has lear
相关 【位运算知识+前缀思路+后缀思路】CS Course HDU - 6186
Think: 1知识点:位运算 2题意:输入一个序列,询问当暂时取出一个数之后,输出剩下的所有数的从左区间至右区间的与/或/异或的值 3思路: 1>记录序列内所
相关 【二分图匹配-匈牙利算法】Courses HDU - 1083
Think: 1知识点:二分图匹配-匈牙利算法 2题意:T组测试数据,每组测试数据输入n, m表示n门课程,m名学生,询问是否存在n名学生,使得他们满足每名学生学习了至
相关 1083. List Grades (25)
Given a list of N student records with name, ID and grade. You are supposed to sort the
相关 hdu-1083-Courses
题目衔接:[http://acm.hdu.edu.cn/showproblem.php?pid=1083][http_acm.hdu.edu.cn_showproblem.ph
还没有评论,来说两句吧...