买菜201809-2

Posted wudie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了买菜201809-2相关的知识,希望对你有一定的参考价值。

#include<iostream>
#include<string>
#include<vector>
using namespace std;
int main()

	vector <int> a,b;
	int sum=0;
	int n;
	cin>>n;
	for(int i=0;i<n;i++)
	
		int x;
		int y;
		cin>>x>>y;
		a.push_back(x);
		b.push_back(y);
		
	
	for(int i=0;i<n;i++)
	
		int x;
		int y;
		cin>>x>>y;
		for(int j=0;j<n;j++)
		
			if(y<=a[j])
			break;
			if(x>=b[j])
			continue;
			sum+=((b[j]-a[j])+(y-x)-((x>=a[j]?(x-a[j]):(a[j]-x)))-((y>=b[j]?(y-b[j]):(b[j]-y))))/2;
		
	
	cout<<sum<<endl;
	return 0;

  

以上是关于买菜201809-2的主要内容,如果未能解决你的问题,请参考以下文章

买菜201809-2

201809-2 买菜 Java

CCF认证201809-2买菜

201809-2买菜 ccf

CCF 201809-2 买菜 100分

CCF计算机职业资格认证考试 201809-2 买菜