Submission #644367

# Submission time Handle Problem Language Result Execution time Memory
644367 2022-09-24T12:45:15 Z Kripton Zalmoxis (BOI18_zalmoxis) C++14
35 / 100
142 ms 66492 KB
#include <bits/stdc++.h>
using namespace std;
int steve[1000001],vf;
int steve1[1000001],vf1;
int v[1000001],v1[1000001];
vector <int> addie[1000001];
int main()
{
    ios_base::sync_with_stdio(false);
    cin.tie(NULL);
    cout.tie(NULL);
    int n,k,i,j;
    cin>>n>>k;
    v[0]=-1;
    int rez=0;
    for(i=1;i<=n;i++)
    {
        cin>>v[i];
        rez+=(1<<v[i]);
        v1[i]=v[i];
        while(v[i]==v[steve[vf]])
        {
            v[i]++;
            vf--;
        }
        steve[++vf]=i;
    }
    for(j=1;j<=40&&v[steve[vf]]!=30;j++)
    {
        int min1=40;
        for(i=1;i<=vf;i++)
            min1=min(min1,v[steve[i]]);
        vf1=0;
        for(i=1;i<=vf;i++)
        {
            if(k&&v[steve[i]]==min1)
            {
                k--;
                v[steve[i]]++;
                addie[steve[i]].push_back(min1);
                rez+=(1<<min1);
            }
            while(v[steve[i]]==v[steve1[vf1]])
            {
                v[steve[i]]++;
                vf1--;
            }
            steve1[++vf1]=steve[i];
        }
        vf=vf1;
        for(i=1;i<=vf;i++)
            steve[i]=steve1[vf1];
    }
    assert(rez==(1<<30));
    for(i=1;i<=n;i++)
    {
        cout<<v1[i]<<" ";
        rez+=(1<<v1[i]);
        for(auto it:addie[i])
        {
            if(k>=((1<<it)-1))
            {
                k-=((1<<it)-1);
                for(j=1;j<=(1<<it);j++)
                    cout<<"0 ";
                rez+=(1<<it);
                continue;
            }
            else if(k)
            {
                int a=(int)log2(k)+1;
                int newit=it-a;
                //daca fac (1<<a) newit-uri, k-=((1<<a)-1)
                k=((1<<a)-1)-k;
                for(j=1;j<=(1<<a)-2*k;j++)
                    cout<<newit<<" ";
                rez+=(1<<newit)*((1<<a)-2*k);
                for(j=1;j<=k;j++)
                    cout<<newit+1<<" ";
                rez+=(1<<(newit+1))*k;
                k=0;
            }
            else
            {
                cout<<it<<" ";
                rez+=(1<<it);
            }
        }
    }
    return 0;
}
# Verdict Execution time Memory Grader output
1 Correct 142 ms 33680 KB Output is correct
2 Correct 139 ms 33712 KB Output is correct
3 Correct 134 ms 33640 KB Output is correct
4 Correct 136 ms 33640 KB Output is correct
5 Correct 138 ms 33660 KB Output is correct
6 Correct 138 ms 33820 KB Output is correct
# Verdict Execution time Memory Grader output
1 Runtime error 100 ms 63992 KB Execution killed with signal 6
2 Runtime error 96 ms 64124 KB Execution killed with signal 6
3 Runtime error 101 ms 64304 KB Execution killed with signal 6
4 Runtime error 99 ms 63948 KB Execution killed with signal 6
5 Runtime error 98 ms 63888 KB Execution killed with signal 6
6 Runtime error 100 ms 63896 KB Execution killed with signal 6
7 Runtime error 100 ms 63960 KB Execution killed with signal 6
8 Runtime error 107 ms 64028 KB Execution killed with signal 6
9 Runtime error 90 ms 66492 KB Execution killed with signal 6
10 Runtime error 53 ms 56504 KB Execution killed with signal 6
11 Runtime error 68 ms 61428 KB Execution killed with signal 6
12 Runtime error 31 ms 48092 KB Execution killed with signal 6
13 Runtime error 31 ms 48024 KB Execution killed with signal 6
14 Correct 53 ms 25812 KB Output is correct