Submission #68717

#TimeUsernameProblemLanguageResultExecution timeMemory
68717imsifileBox Run (FXCUP3_box)C++98
100 / 100
222 ms5440 KiB
#include<stdio.h> int N, stk[505050][2], scn, dap[505050]; int main(){ scanf("%d", &N); for(int i=1; i<=N; i++) dap[i]=-1; stk[scn][0]=1<<30, stk[scn++][1]=-1; for(int i=0; i<N; i++){ int a; scanf("%d", &a); while(scn){ if(stk[scn-1][0] >= a) break; scn--; if(!scn) break; int sz = i-stk[scn-1][1]-1; if(dap[sz]<0) dap[sz]=i-sz+1; } stk[scn][0]=a, stk[scn][1]=i; scn++; } int fl=0; for(int i=N; i>=1; i--){ if(!fl){ if(dap[i]>=0) fl=1; continue; } if(dap[i]<0 || dap[i]>dap[i+1]+1) dap[i]=dap[i+1]+1; } for(int i=1; i<=N; i++){ printf("%d", dap[i]); if(i<N) printf(" "); } puts(""); return 0; }

Compilation message (stderr)

box.cpp: In function 'int main()':
box.cpp:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &N);
  ~~~~~^~~~~~~~~~
box.cpp:10:15: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   int a; scanf("%d", &a);
          ~~~~~^~~~~~~~~~
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...