Problem | subgraphs |
---|---|
User | Ningja |
Submission Time | 2023-11-10 15:34:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp:5:13: error: expected initializer before ‘<’ token
5 | bool bitset <1001> v;
| ^
subgraphs.cpp: In function ‘void visited(int)’:
subgraphs.cpp:9:6: error: ‘v’ was not declared in this scope
9 | if (v[x]=true) return;
| ^
subgraphs.cpp:10:2: error: ‘v’ was not declared in this scope
10 | v[x]=true;
| ^