QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#732511#9528. New Energy VehicleCorycle#WA 21ms7740kbC++201.1kb2024-11-10 14:56:472024-11-10 14:56:47

Judging History

This is the latest submission verdict.

  • [2024-11-10 14:56:47]
  • Judged
  • Verdict: WA
  • Time: 21ms
  • Memory: 7740kb
  • [2024-11-10 14:56:47]
  • Submitted

answer

#include<bits/stdc++.h>
#define int long long
using namespace std;
int read(){
    int x=0,f=1;char c=getchar();
    while((c<'0'||c>'9')&&c!='-') c=getchar();
    if(c=='-') f=-1,c=getchar();
    while(c>='0'&&c<='9') x=x*10+c-'0',c=getchar();
    return f*x;
}
int n,m,X,S,curpos;
int a[100005],lst[100005],pos[100005];
struct St{
    int pos,t;
}b[100005];
bool cmppos(St a,St b){
    if(a.pos==b.pos) a.t<b.t;
    return a.pos<b.pos;
}
void work(){
    n=read();m=read();X=0;curpos=0;S=0;
    for(int i=1;i<=n;++i) a[i]=read(),S+=a[i];
    for(int i=1;i<=m;++i){
        b[i].pos=read();
        b[i].t=read();
    }
    sort(b+1,b+m+1,cmppos);
    for(int i=1;i<=n;++i) pos[i]=0;
    for(int i=1;i<=m;++i){
        lst[i]=pos[b[i].t];
        pos[b[i].t]=b[i].pos;
    }
    for(int i=1;i<=m;++i){
        if(S-X+curpos<b[i].pos) break;
        X+=b[i].pos-curpos;
        auto tt = min(a[b[i].t],b[i].pos-lst[i]);
        if(X>=tt) X-=tt;
        else X=0;
        curpos=b[i].pos;
    }
    printf("%lld\n",S-X+curpos);
}
signed main(){
    int T=read();
    while(T--) work();
}

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 5888kb

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

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: 11ms
memory: 7552kb

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: 17ms
memory: 7740kb

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: 21ms
memory: 7724kb

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: 0
Accepted
time: 10ms
memory: 7564kb

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:

ok 100 lines

Test #7:

score: -100
Wrong Answer
time: 13ms
memory: 7664kb

input:

1000
5 25
340189 81050 146130 30674 28622
4493 4
37984 2
52193 3
61793 2
115690 5
130543 5
245456 3
248978 5
264551 5
274211 4
415333 2
460810 4
480559 4
548296 5
637827 4
721031 1
727923 5
735966 3
813757 3
845720 1
852588 1
854790 4
936679 5
965839 3
999998 3
5 16
14297 156501 65755 250783 822
853...

output:

1626663
1488157
1658797
1514615
1569920
1428625
1530045
1785530
1630833
1749741
1479222
1678454
1440264
1324451
1768901
1254187
1622417
1656719
1658045
1692421
1480107
1601863
1513270
1502723
1826037
1469145
1462805
1794662
281197
1330591
1418537
1700673
1407186
789605
1583186
1499408
1304835
170747...

result:

wrong answer 16th lines differ - expected: '1238715', found: '1254187'