Problem subgraphs
User HighLithop
Submission Time 2025-07-29 13:42:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:24:7: error: ‘ll’ was not declared in this scope
24 | for (ll i = 0; i<N; i++) visited[i] = false;
| ^~
subgraphs.cpp:24:17: error: ‘i’ was not declared in this scope
24 | for (ll i = 0; i<N; i++) visited[i] = false;
| ^