0_0_32320050_23789.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32320050_23789.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32320050_23789.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32320050_23789.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32320050_23789.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32320050_23789.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32320050_23789.cpp:8:9: error: '__int64' does not name a type
typedef __int64 ll;
^
0_0_32320050_23789.cpp:11:1: error: 'map' does not name a type
map mp;
^
0_0_32320050_23789.cpp:12:1: error: 'string' does not name a type
string zt[55];
^
0_0_32320050_23789.cpp:15:17: error: 'string' has not been declared
void dfs(int c, string str) {
^
0_0_32320050_23789.cpp: In function 'void dfs(int, int)':
0_0_32320050_23789.cpp:17:9: error: 'mp' was not declared in this scope
mp[str] = tot;
^
0_0_32320050_23789.cpp:18:9: error: 'zt' was not declared in this scope
zt[tot] = str;
^
0_0_32320050_23789.cpp:33:19: error: expected primary-expression before '>' token
int full = (1<>j&1) {
^
0_0_32320050_23789.cpp:33:20: error: 'j' was not declared in this scope
int full = (1<>j&1) {
^
0_0_32320050_23789.cpp:37:9: error: expected ',' or ';' before 'nxt'
nxt += ',';
^
0_0_32320050_23789.cpp:38:18: error: 'nxt' was not declared in this scope
dfs(c+1, nxt);
^
0_0_32320050_23789.cpp:39:40: error: 'i' was not declared in this scope
for(int j = 0;j < tot; j++) if(i>>j&1)
^
0_0_32320050_23789.cpp: At global scope:
0_0_32320050_23789.cpp:42:5: error: 'vis' does not name a type
vis[c] = 0;
^
0_0_32320050_23789.cpp:43:1: error: expected declaration before '}' token
}
^
|