Problem | subgraphs |
---|---|
User | Xiaoyang |
Submission Time | 2023-02-03 20:44:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp:1:1: error: stray ‘`’ in program
1 | ```#include<bits/stdc++.h>
| ^
subgraphs.cpp:1:2: error: stray ‘`’ in program
1 | ```#include<bits/stdc++.h>
| ^
subgraphs.cpp:1:3: error: stray ‘`’ in program
1 | ```#include<bits/stdc++.h>
| ^
subgraphs.cpp:1:4: error: stray ‘#’ in program
1 | ```#include<bits/stdc++.h>
| ^
subgraphs.cpp:35:1: error: stray ‘`’ in program
35 | ```
| ^
subgraphs.cpp:35:2: error: stray ‘`’ in program
35 | ```
| ^
subgraphs.cpp:35:3: error: stray ‘`’ in program
35 | ```
| ^
subgraphs.cpp:1:5: error: ‘include’ does not name a type
1 | ```#include<bits/stdc++.h>
| ^~~~~~~
subgraphs.cpp:5:1: error: ‘vector’ does not name a type
5 | vector<int>alist[111111];
| ^~~~~~
subgraphs.cpp: In function ‘void dfs(long long int)’:
subgraphs.cpp:10:16: e