QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#779545#9528. New Energy VehicleSunwkingWA 173ms11556kbC++201.8kb2024-11-24 19:46:022024-11-24 19:46:03

Judging History

This is the latest submission verdict.

  • [2024-11-24 19:46:03]
  • Judged
  • Verdict: WA
  • Time: 173ms
  • Memory: 11556kb
  • [2024-11-24 19:46:02]
  • Submitted

answer

#include <bits/stdc++.h>

using namespace std;
using LL = long long;

void solved() {

    int n , m;
    cin >> n >> m;

    vector<int> a(n + 1);
    for(int i = 1 ; i <= n ; i ++ )
        cin >> a[i];

    auto c = a;

    vector<array<LL ,2>> b(m + 1);
    for(int i = 1 ; i <= m ; i ++ )
        for(int j = 0 ; j < 2 ; j ++ )
            cin >> b[i][j];
    map<int , int> mp;
    vector<int> nxt(m + 1 , m + 1);
    for(int i = m ; i ; i -- ){
        auto [x , t] = b[i];
        if(mp[t]){
            nxt[i] = mp[t];
        }
        mp[t] = i;
    }

    LL sum = 0;
    priority_queue<array<LL , 2> , vector<array<LL , 2>> , greater<array<LL , 2>>> q;
    for(int i = 1 ; i <= m ; i ++ )
        if(mp[b[i][1]] == i){
            q.push({i , b[i][1]});
        }

    for(int i = 1 ; i <= n ; i ++ )
        if(!mp[i]) sum += a[i];

    LL ans = 0;
    for(int i = 1 ; i <= m ; i ++ ){
        LL s = b[i][0] - b[i - 1][0];

        while(s && !q.empty()){
            auto [x , j] = q.top();
            q.pop();

            if(s >= a[j]) s -= a[j] , a[j] = 0;
            else {
                a[j] -= s;
                s = 0;
                if(j != b[i][1]) q.push({x , j});
            }
        }

        if(s > sum){
            cout << b[i][0] - s << "\n";
            return ;
        }
        sum -= s;
        q.push({nxt[i] , b[i][1]});
        a[b[i][1]] = c[b[i][1]];
    }

    ans = b[m][0] + sum;
    while(!q.empty()){
        auto [x , y]  = q.top();
        q.pop();

        ans += a[y];
    }

    cout << ans << "\n";
}

int main(){

    ios::sync_with_stdio(0);
    cin.tie(0);
    cout.tie(0);

    int t = 1;
    cin >> t;

    while(t -- )
        solved();

    return 0;
}

詳細信息

Test #1:

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

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: 3616kb

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: 108ms
memory: 10720kb

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: 0
Accepted
time: 173ms
memory: 11556kb

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:

1117713
1116035
1092827

result:

ok 3 lines

Test #5:

score: 0
Accepted
time: 173ms
memory: 11548kb

input:

3
100000 100000
2086 178 3183 10562 8083 1408 4312 2370 4331 1721 2154 6155 7176 1991 30048 7425 9493 1709 7640 3726 182 2462 1597 2865 649 8069 3419 6510 8556 680 49 68 9820 13378 799 2489 1466 8877 8695 2235 915 2579 524 6615 20680 7704 4325 4696 8853 5492 1417 4342 1740 2355 2255 5297 15035 5003 ...

output:

1099515229
1100014648
1105660500

result:

ok 3 lines

Test #6:

score: -100
Wrong Answer
time: 108ms
memory: 10652kb

input:

100
13 889
5025 26312 1491 20523 204842 40921 5217 25853 24382 141405 54635 22605 118412
322 6
947 11
1292 7
1623 12
2338 11
5106 10
6276 5
6431 13
7597 2
8146 7
8453 7
8584 4
8707 6
9101 9
9893 2
11005 4
11485 8
13038 13
14944 3
15446 10
15628 8
19159 11
22478 8
22578 4
22766 6
23126 9
23751 4
2428...

output:

1691613
1561310
1544245
1529735
1539251
1516799
1385996
1582874
1653896
1512971
1560229
1532528
1511543
1614493
1269091
1569271
1611465
1393316
1580864
1509906
1538109
1485451
1628468
1602748
1600142
1518899
1551518
1495938
1366971
1591610
1767676
1493664
1110409
1361629
1594253
1558880
1518585
1611...

result:

wrong answer 39th lines differ - expected: '691064', found: '642006'