# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1023180 | 2024-07-14T12:24:24 Z | MrAndria | DEL13 (info1cup18_del13) | C++14 | 8 ms | 1492 KB |
#include <bits/stdc++.h> using namespace std; #define ff first; #define ss second #define pb push_back //#define int long long int t,n,q,b1,l; int a[200005]; vector <int> v,v2,v3,v1; int main(){ cin>>t; while(t--){ cin>>n>>q; for(int i=1;i<=q;i++){ cin>>a[i]; } v2.clear(); v1.clear(); v3.clear(); v.clear(); a[q+1]=n+1; b1=0; for(int i=1;i<=q+1;i++){ v.pb(a[i]-a[i-1]-1); // cout<<a[i]-a[i-1]-1<<" "; } // cout<<endl; l=0; v2.pb(l); for(int i=0;i<v.size();i++){ v[i]-=l; if(v[i]<0){ b1=1; break; } if(v[i]==0){ l=0; v1.pb(v[i]); }else{ if(v[i]%2==1){ l=1; v1.pb(v[i]-1); }else{ if(l==2 or l==1){ l=0; v1.pb(v[i]); }else{ l=2; v1.pb(v[i]-2); } } } v2.pb(l); } if(l!=0 or b1){ cout<<-1<<endl; continue; } for(int i=0;i<v2.size();i++){ for(int j=0;j<(v1[i])/2;j++){ v3.pb((a[i]+a[i+1])/2); } if(i!=v2.size()-1){ for(int j=0;j<(v2[i+1]);j++){ v3.pb(a[i+1]); } } } if(v3.size()!=(n-q)/2)assert(0); cout<<v3.size()<<endl; for(int i=0;i<v3.size();i++){ cout<<v3[i]<<" "; } cout<<endl; } }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 600 KB | Execution killed with signal 6 |
2 | Runtime error | 1 ms | 496 KB | Execution killed with signal 6 |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 600 KB | Execution killed with signal 6 |
2 | Runtime error | 1 ms | 496 KB | Execution killed with signal 6 |
3 | Runtime error | 1 ms | 856 KB | Execution killed with signal 6 |
4 | Runtime error | 0 ms | 604 KB | Execution killed with signal 6 |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 604 KB | Execution killed with signal 6 |
2 | Runtime error | 2 ms | 552 KB | Execution killed with signal 6 |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 600 KB | Execution killed with signal 6 |
2 | Runtime error | 1 ms | 496 KB | Execution killed with signal 6 |
3 | Runtime error | 1 ms | 856 KB | Execution killed with signal 6 |
4 | Runtime error | 0 ms | 604 KB | Execution killed with signal 6 |
5 | Runtime error | 1 ms | 604 KB | Execution killed with signal 6 |
6 | Incorrect | 1 ms | 348 KB | Output isn't correct |
7 | Incorrect | 1 ms | 436 KB | Output isn't correct |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 600 KB | Execution killed with signal 6 |
2 | Runtime error | 1 ms | 496 KB | Execution killed with signal 6 |
3 | Runtime error | 1 ms | 856 KB | Execution killed with signal 6 |
4 | Runtime error | 0 ms | 604 KB | Execution killed with signal 6 |
5 | Runtime error | 1 ms | 604 KB | Execution killed with signal 6 |
6 | Incorrect | 1 ms | 348 KB | Output isn't correct |
7 | Incorrect | 1 ms | 436 KB | Output isn't correct |
8 | Runtime error | 2 ms | 860 KB | Execution killed with signal 6 |
9 | Runtime error | 6 ms | 1232 KB | Execution killed with signal 6 |
10 | Incorrect | 8 ms | 860 KB | Output isn't correct |
11 | Runtime error | 5 ms | 1492 KB | Execution killed with signal 6 |