0_0_19231031_5224.cpp:28:12: error: 'I' does not name a type
int I = 0; I < (N); ++I)
^
0_0_19231031_5224.cpp:28:21: error: expected unqualified-id before '++' token
int I = 0; I < (N); ++I)
^
0_0_19231031_5224.cpp:30:14: error: 'I' does not name a type
int I = (L); I < (H); ++I)
^
0_0_19231031_5224.cpp:30:23: error: expected unqualified-id before '++' token
int I = (L); I < (H); ++I)
^
0_0_19231031_5224.cpp: In function 'int check(const double&)':
0_0_19231031_5224.cpp:33:34: error: expected ')' before 'template'
#define ALL(X) X.begin(), X.end()template <typename T> inline bool checkmin(T &a,
^
0_0_19231031_5224.cpp:51:119: note: in expansion of macro 'ALL'
int i = 0 ; i < N ; i++) { bef.push_back(init[i]); } if (sgn(mid) != 0) bef.push_back(mid); while(SZ(bef) > 1) { sort(ALL(bef)); aft.clear(); aft.push_back((bef[0] + bef[1]) / (1 - p)); for(
^
|