0_0_37779242_11866.cpp: In function 'void solve()':
0_0_37779242_11866.cpp:25:41: error: 'operator()' function uses 'auto' type specifier without trailing return type
auto operator()(pair<int,int> x)const{
^
0_0_37779242_11866.cpp:25:41: note: deduced return type only available with -std=c++1y or -std=gnu++1y
|