QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#688067#9528. New Energy VehiclebulingWA 116ms13392kbC++143.1kb2024-10-29 23:05:412024-10-29 23:05:43

Judging History

This is the latest submission verdict.

  • [2024-10-29 23:05:43]
  • Judged
  • Verdict: WA
  • Time: 116ms
  • Memory: 13392kb
  • [2024-10-29 23:05:41]
  • Submitted

answer

#include <bits/stdc++.h>
using namespace std;
#define lll i << 1
#define rrr i << 1 | 1


//
 #define ll long long
 #define int long long

	#define ld long double
	#define rint register int
	#define inv inline void
	#define ini inline int
    inline int read()
    {
        int sum=0;
        char ch=getchar();
        while(ch>'9'||ch<'0') ch=getchar();
        while(ch>='0'&&ch<='9') sum=sum*10+ch-48,ch=getchar();
        return sum;
    }//读入优化

    
    inline void print(int x){
        if(!x){
            putchar('0');
            return;
        }
        int num[22],siz=0,px=x;
        while(px){
            siz++;
            num[siz]=px%10;
            px/=10;
        }
        while(siz){
            putchar(num[siz]+'0');
            siz--;
        }
    }   //快速输出
      
    long long max(long long a,long long b)
    {
       return a>b?a:b;
    }
      
    long long min(long long a,long long b)
    {
       return a<b?a:b;
    }
     
      
    const int N=1e6+7;
    const int N2=2e5+5; 
    int mod=9999973;
    //int Mod=1e15+7;
    const int INF=2e17;
  	const double eps=1e-10;
 	const double PI=3.1415926535;
//priority_queue<int , vector<int >, greater<int >> q;
//priority_queue<int > q;
//map<string ,int>mp,mmp;
 //typedef pair<int ,int > PII;
//stack < PII > p;
 
//queue<int > q;
//char s1[2020],s2[2020];
//vector<vector<int>> c(n+13,vector<int>(m+3));
//map<int,int>mp;
 
//priority_queue<pair<int, int>, vector<pair<int, int> >, greater<pair<int, int> > >q[1001][1001],p;
 //a.erase(unique(a.begin(), a.end()), a.end());
//char p,q;
//char s[N];
//deque<int > q;
//queue<int> q;
using ull = unsigned long long;
//ull mod=212370440130137957ll;

int ma,mi;
int  n,m,t;

//int a[N],b[N],c[N],f[N];

//
//struct node
//{
//	
//	int y,z,x;
//	
//}p[N];
//inline bool cmp(node w,node v)
//{
//	
//	return w.x>v.x;	
//}

//
//int fx[5]={-1,0,0,1};
//int fy[5]={0,-1,1,0};



signed main()
{
	std::ios::sync_with_stdio(false);//取消cin与stdin同步,加速读入 
	cin.tie(0);cout.tie(0);
 	
 	t=1;
 	string s;
	cin>>t;

	while(t--)
	{
		int res=0,tt=0,ans=0,k,fa=0;
		ma=0,mi=2e17;
		map<int,int> mp,mp2;
		multiset<int> se;
		cin>>n>>m;
		vector<int> a(n+3),b(m+3),c(m+3);
		for(int i=1;i<=n;i++)
		{
			cin>>a[i];
			ans+=a[i];
		}
		tt=ans;
		b[m+1]=2e17;
		for(int i=1;i<=m;i++)
		{
			int x,y;
			cin>>b[i]>>c[i];
		}
		for(int i=1;i<=m+1;i++)
		{
			if(ans<b[i]-b[i-1])
			{
				//cout<<ans<<" "<<b[i-1]<<"\n";
				if(ans)
					res=ans+b[i-1];
				ans=0;
			}
			else
			{
				
				if((tt-ans+b[i]-b[i-1])<=a[c[i]])
					ans=tt;
				else
				{
					if(b[i]-mp[c[i]]<=a[c[i]])
					{
						ans=mp2[c[i]];
//						ans-=b[i]-b[i-1];
//						ans+=b[i]-b[i-1];
						
					}
					else
					{
						ans-=b[i]-b[i-1];
						ans+=a[c[i]];
					//	cout<<ans<<" "<<'\n';
					}
					//ans+=a[c[i]];
				}	
				
				if(ans>tt)
					ans=tt;
				mp[c[i]]=b[i];
				mp2[c[i]]=ans;
			}
		}
		//if(ans)
		//	res=ans+b[m];
		cout<<res;
		cout<<"\n";
	}
    return 0;
}

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3620kb

input:

2
3 1
3 3 3
8 1
2 2
5 2
1 2
2 1

output:

12
9

result:

ok 2 lines

Test #2:

score: 0
Accepted
time: 0ms
memory: 3556kb

input:

6
3 2
2 2 2
6 1
7 1
2 2
3 3
2 1
6 2
2 3
2 2
5 1
7 2
9 1
2 2
3 3
2 1
6 2
1 1
999999999
1000000000 1
1 1
1000000000
1000000000 1

output:

9
11
4
11
999999999
2000000000

result:

ok 6 lines

Test #3:

score: 0
Accepted
time: 78ms
memory: 12512kb

input:

10
230 8042
599 1039 69 1011 1366 824 14117 1523 806 5002 332 55 3769 996 359 1040 255 1135 3454 3609 6358 2509 3695 8785 3890 1304 3394 14611 33 89 2245 508 22 1043 10411 628 1279 714 903 585 7413 5099 845 148 4689 2110 8683 1613 143 3263 2599 110 244 3297 4742 1571 425 1822 15692 572 9397 328 1691...

output:

1543020
1578939
1526016
1527381
1547404
1564631
1051729
1548178
1114634
1072253

result:

ok 10 lines

Test #4:

score: -100
Wrong Answer
time: 116ms
memory: 13392kb

input:

3
100000 100000
1 2 1 1 10 1 17 34 1 1 20 14 4 24 3 1 3 2 7 4 6 3 1 18 1 4 2 1 3 8 3 2 4 1 10 4 23 14 4 16 4 9 8 3 5 2 6 2 2 3 1 7 3 25 10 3 5 3 1 2 14 3 1 3 8 19 3 4 5 7 4 22 2 2 3 3 8 11 8 8 1 9 1 4 2 10 9 8 13 7 21 14 1 27 4 3 2 13 8 1 3 1 5 1 1 1 12 3 4 2 4 10 2 2 10 2 2 14 1 11 1 1 6 1 1 1 2 4 ...

output:

1117712
1116035
1092827

result:

wrong answer 1st lines differ - expected: '1117713', found: '1117712'