0_0_31096380_10461.cpp: In function 'int countUniqueSubstrings(int)':
0_0_31096380_10461.cpp:120:14: error: expected unqualified-id before '[' token
for(auto [_, to]: st[pos].next) {
^
0_0_31096380_10461.cpp:120:14: error: expected ';' before '[' token
0_0_31096380_10461.cpp:120:15: error: '_' was not declared in this scope
for(auto [_, to]: st[pos].next) {
^
0_0_31096380_10461.cpp:120:18: error: 'to' was not declared in this scope
for(auto [_, to]: st[pos].next) {
^
0_0_31096380_10461.cpp: In lambda function:
0_0_31096380_10461.cpp:120:21: error: expected '{' before ':' token
for(auto [_, to]: st[pos].next) {
^
0_0_31096380_10461.cpp: In function 'int countUniqueSubstrings(int)':
0_0_31096380_10461.cpp:120:21: error: expected ';' before ':' token
0_0_31096380_10461.cpp:120:21: error: expected primary-expression before ':' token
0_0_31096380_10461.cpp:120:21: error: expected ')' before ':' token
0_0_31096380_10461.cpp:120:21: error: expected primary-expression before ':' token
|