Problem subgraphs
User clairexx
Submission Time 2026-08-16 21:34:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:33:30: error: expected ‘}’ at end of input
33 | cout << subgraphs << endl;
| ^
subgraphs.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^