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

Compile Error

subgraphs.cpp:9:10: error: variable or field ‘dfs’ declared void
9 | void dfs(ll u){
| ^~
subgraphs.cpp:9:10: error: ‘ll’ was not declared in this scope
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:20:6: error: ‘i’ was not declared in this scope
20 | rep(i,0,m){
| ^
subgraphs.cpp:20:2: error: ‘rep’ was not declared in this scope
20 | rep(i,0,m){
| ^~~
subgraphs.cpp:29:4: error: ‘dfs’ was not declared in this scope; di