Problem | subgraphs |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-21 10:36:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:10:24: error: ‘e’ was not declared in this scope
10 | for(int i = 0; i < e; i++) {
| ^
subgraphs.cpp:16:24: error: ‘n’ was not declared in this scope
16 | for (int i=1; i <= n; ++i){
| ^