HDU 1234开门人和关门人

本文详细探讨了代码结构设计与优化技巧,通过实例展示了如何在实际项目中提高代码效率与可维护性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

简单的结构体。。。

纪念一下自己的代码。。

/* ***********************************************
Author        :Mosu
Created Time  :2015/3/27 18:18:55
File Name     :A.cpp
************************************************ */

#include <stdio.h>
#include <string.h>
#include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
#include <set>
#include <map>
#include <string>
#include <math.h>
#include <stdlib.h>
#include <time.h>
using namespace std;

struct Re
{
	string id;
	string st;
	string et;
}a,b;

int main()
{
    freopen("in.txt","r",stdin);
    freopen("out.txt","w",stdout);
    string id;
	string st;
	string et;
	int n,i,m;
	char s[59];
	scanf("%d",&n);
	while(n--)
	{
		scanf("%d",&m);
		int k=0;
		while(m--)
		{
			cin>>id>>st>>et;
			if(k==0)
			{
				b.id=a.id=id;
				b.st=a.st=st;
				b.et=a.et=et;
				k=1;
			}
			else
			{
				if(st<a.st)
				{
					a.st=st;
					a.id=id;
				}
				if(et>b.et)
				{
					b.et=et;
					b.id=id;
				}
			}
		}
		cout<<a.id<<' '<<b.id<<endl;
	}
    return 0;
}


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值