0_0_36803890_13326.cpp:1:5: error: expected constructor, destructor, or type conversion before '(' token
sort(id + 1, id + 1 + m, [&](int i, int j) { return t[i] < t[j]; });
^
0_0_36803890_13326.cpp:1:67: error: expected unqualified-id before ')' token
sort(id + 1, id + 1 + m, [&](int i, int j) { return t[i] < t[j]; });
^
|