Problem | subgraphs |
---|---|
User | r1r2r3r4 |
Submission Time | 2025-07-29 19:23:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:22:20: error: expected ‘;’ before ‘<’ token
22 | for (int i=0, i<n, i++) {
| ^
| ;
subgraphs.cpp:22:20: error: expected primary-expression before ‘<’ token
subgraphs.cpp:22:27: error: expected ‘;’ before ‘)’ token
22 | for (int i=0, i<n, i++) {
| ^
| ;
subgraphs.cpp:23:12: error: expected ‘(’ before ‘stopper’
23 | if stopper[i] {
| ^~~~~~~
| (
subgraphs.cpp:27:9: error: ‘else’ without a previous ‘if’
27 | else continue;
| ^~~~
subgraphs.cpp:33:29: error: ‘class std::vector<bool>’ has no member named ‘pop’
33 | stopper.pop();
| ^~~
subgraphs.cpp:39:16: error: no matching function for call to ‘std::queue<