Owl Get a Life
network.cpp: In function ‘int main()’:network.cpp:143:34: error: expected ‘;’ before ‘for’ 143 | print(ans.size()); putchar('\n') | ^ | ; 144 | for (auto a:ans) | ~~~