0_0_37815719_22056.cpp:112:23: error: 'split' function uses 'auto' type specifier without trailing return type
auto split(int pos){
^
0_0_37815719_22056.cpp:112:23: note: deduced return type only available with -std=c++1y or -std=gnu++1y
0_0_37815719_22056.cpp:134:22: error: 'find' function uses 'auto' type specifier without trailing return type
auto find(int pos){
^
0_0_37815719_22056.cpp:134:22: note: deduced return type only available with -std=c++1y or -std=gnu++1y
|