0_0_37094912_22456.cpp: In function 'int main()':
0_0_37094912_22456.cpp:11:17: error: expected ')' before ';' token
#define eps 1e-8;
^
0_0_37094912_22456.cpp:37:30: note: in expansion of macro 'eps'
if(p[i][j]/v-eps <= a[j].t-a[i].t) {
^
0_0_37094912_22456.cpp:37:34: error: expected primary-expression before '<=' token
if(p[i][j]/v-eps <= a[j].t-a[i].t) {
^
|