There are 4 arrays of A, B, C, D of size N, we have to find
max( | A[i]-A[j] | + | B[i]-B[j] | + | C[i]-C[j] | + | D[i]-D[j] | + | i-j |) where 1<=i<j<=n ; 1<N<=10^5
# | User | Rating |
---|---|---|
1 | jiangly | 3977 |
2 | tourist | 3815 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3614 |
5 | orzdevinwang | 3526 |
6 | ecnerwala | 3514 |
7 | Benq | 3483 |
8 | hos.lyric | 3381 |
9 | gamegame | 3374 |
10 | heuristica | 3358 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | -is-this-fft- | 162 |
3 | Um_nik | 161 |
4 | atcoder_official | 159 |
5 | djm03178 | 157 |
6 | Dominater069 | 156 |
7 | adamant | 154 |
8 | luogu_official | 152 |
8 | awoo | 152 |
10 | TheScrasse | 148 |
Help please
There are 4 arrays of A, B, C, D of size N, we have to find
max( | A[i]-A[j] | + | B[i]-B[j] | + | C[i]-C[j] | + | D[i]-D[j] | + | i-j |) where 1<=i<j<=n ; 1<N<=10^5
Rev. | Lang. | By | When | Δ | Comment | |
---|---|---|---|---|---|---|
en5 | liveoverflow | 2020-05-31 10:33:44 | 37 | Tiny change: 'o find \n max( | A[i' -> 'o find \nmax( | A[i' | ||
en4 | liveoverflow | 2020-05-31 10:08:53 | 12 | Tiny change: 'e input : \n5 \n5 ' -> 'e input : \n5 \n5 ' | ||
en3 | liveoverflow | 2020-05-31 10:05:16 | 94 | |||
en2 | liveoverflow | 2020-05-31 09:55:54 | 16 | |||
en1 | liveoverflow | 2020-05-31 09:54:52 | 170 | Initial revision (published) |
Name |
---|