Problem subgraphs
User r1r2r3r4
Submission Time 2025-07-23 15:57:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:13:27: error: expected ‘;’ before ‘}’ token
13 | stopper.push(true)
| ^
| ;
14 | }
| ~