Let x1,x2,…,x31 be real numbers. Then find the maximum value can
i,j=1,2,…,31,i=j∑⌈xixj⌉−30(i=1,2,…,31∑⌊xi2⌋)
achieve.
P.S.: For a real number x we denote the smallest integer that does not subseed x by ⌈x⌉ and the biggest integer that does not exceed x by ⌊x⌋. For example ⌈2.7⌉=3, ⌊2.7⌋=2 and ⌊4⌋=⌈4⌉=4