0_0_28702705_8873.cpp:6:2: error: invalid preprocessing directive #deefine
#deefine eps 1e-6
^
0_0_28702705_8873.cpp: In function 'bool judge(int, int, int, int)':
0_0_28702705_8873.cpp:24:11: error: 'eps' was not declared in this scope
if(hi1+eps<graph[i][c]||hi2+eps<graph[i][c])
^
0_0_28702705_8873.cpp:35:11: error: 'eps' was not declared in this scope
if(hi1+eps<graph[r][i]||hi2+eps<graph[r][i])
^
0_0_28702705_8873.cpp:51:9: error: 'eps' was not declared in this scope
if(hi+eps<graph[int(i)][int(tc+0.5)]||hi+eps<graph[int(i)+1][int(tc+0.5)])
^
0_0_28702705_8873.cpp:60:9: error: 'eps' was not declared in this scope
if(hi+eps<graph[int(tr+0.5)][int(i)]||hi+eps<graph[int(tr+0.5)][int(i)+1])
^
|