Problem subgraphs
User Priyankha13
Submission Time 2023-11-11 16:17:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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