Problem subgraphs
User ryangohca
Submission Time 2024-12-23 15:55:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘void dfs(long long int)’:
subgraphs.cpp:13:10: error: too many arguments to function ‘void dfs(long long int)’
13 | dfs(x,u);
| ^
subgraphs.cpp:9:6: note: declared here
9 | void dfs(int u){
| ^~~
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:19:2: error: ‘ll’ was not declared in this scope
19 | ll n,m;cin>>n>>m;
| ^~
subgraphs.cpp:19:14: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
19 | ll n,m;cin>>n>>m;
| ^
| yn
subgraphs.cpp:19:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
19 | ll n,m;cin>>n>>m;
| ^
| tm
subgraphs.cpp:22:12: error: ‘class std::vector<long long int>’ has no member named ‘pb’
22 | alist[a].pb(b);
| ^~
subgraphs.cpp:23:12: error: ‘class