Problem | subgraphs |
---|---|
User | pengzhehan62 |
Submission Time | 2024-06-30 15:39:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:7:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin>>n>>e;
| ^
| yn
subgraphs.cpp:7:13: error: ‘e’ was not declared in this scope
7 | cin>>n>>e;
| ^