0_0_27280620_22619.cpp:6:5: error: invalid use of template-name 'std::map' without an argument list
map mp;
^
0_0_27280620_22619.cpp: In function 'void dfs(int, std::string)':
0_0_27280620_22619.cpp:12:13: error: 'mp' was not declared in this scope
mp[str] = tot;
^
0_0_27280620_22619.cpp:28:23: error: expected primary-expression before '>' token
int full = (1<>j&1) {
^
0_0_27280620_22619.cpp:28:24: error: 'j' was not declared in this scope
int full = (1<>j&1) {
^
0_0_27280620_22619.cpp:32:13: error: expected ',' or ';' before 'nxt'
nxt += ',';
^
0_0_27280620_22619.cpp:33:22: error: 'nxt' was not declared in this scope
dfs(c+1, nxt);
^
0_0_27280620_22619.cpp:34:44: error: 'i' was not declared in this scope
for(int j = 0;j < tot; j++) if(i>>j&1)
^
0_0_27280620_22619.cpp: At global scope:
0_0_27280620_22619.cpp:37:9: error: 'vis' does not name a type
vis[c] = 0;
^
0_0_27280620_22619.cpp:38:5: error: expected declaration before '}' token
}
^
|