Problem subgraphs
User R9q5P8
Submission Time 2026-01-15 20:45:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:28:4: error: ‘subgrraphs’ was not declared in this scope; did you mean ‘subgraphs’?
28 | subgrraphs.push_back({a, b});
| ^~~~~~~~~~
| subgraphs
subgraphs.cpp:32:15: error: expected ‘}’ at end of input
32 | cout << count;
| ^
subgraphs.cpp:5:1: note: to match this ‘{’
5 | {
| ^