博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sicily 1663. Party Party Party
阅读量:4960 次
发布时间:2019-06-12

本文共 1043 字,大约阅读时间需要 3 分钟。

#include
#include
#include
using namespace std; int party[100][2],vis[100],p,s,e; int main() {
int t=1,i,j,k; while(cin>>p,p) {
for(i=0;i
>s>>e; party[i][0]=8+(s-8)*2; //把一刻钟拆成两半 party[i][1]=8+(e-8)*2; } memset(vis,0,sizeof(vis)); int res=0; for(i=8;i<40;++i) {
int end=100; for(j=0;j
i&&party[j][1]

  

ContractedBlock.gif
ExpandedBlockStart.gif
错误的策略
#include
//WA #include
#include
#include
using namespace std; struct Node {
int st,ed; bool operator<(const Node& other)const {
if(st==other.st) return ed
>p,p) {
for(int i=0;i
>s>>e; node[i].st=8+(s-8)*2; node[i].ed=8+(e-8)*2; } sort(node,node+p); memset(vis,0,sizeof(vis)); int res=0; for(int i=0;i

  

转载于:https://www.cnblogs.com/mjc467621163/archive/2011/07/23/2114889.html

你可能感兴趣的文章
minix文件读写中使用的一个额外但是必须的结构filp表
查看>>
Testlink1.9.17使用方法( 第三章 初始配置[配置用户、产品] )
查看>>
搭建ssm的步骤
查看>>
学习人工智能第一天
查看>>
VFS分析(一)挂载(持续更新)
查看>>
qemu中device和driver的区别 使用9p文件系统
查看>>
docker学习笔记-1
查看>>
启动命令
查看>>
【转】Android-Universal-Image-Loader 图片异步加载类库的使用(超详细配置)
查看>>
Expression 表达式动态生成
查看>>
TCP和UDP的区别(转)
查看>>
【LA3487】最小割-经典模型 两种方法
查看>>
笔记之_Java的html整理
查看>>
教你一步一步部署.net免费空间OpenShift系列之三------上传ASP.net程序
查看>>
计算机是如何启动的?
查看>>
JAVA内省机制
查看>>
iOS 5 Tutorials
查看>>
.NET Framework Security Overview
查看>>
Maven中的一些总结
查看>>
Excel函数大全
查看>>