wiring.cpp:1:33: error: 'vector' is not a member of 'std'
1 | long long min_total_length(std::vector<int> a, std::vector<int> b) {
| ^~~~~~
wiring.cpp:1:1: note: 'std::vector' is defined in header '<vector>'; did you forget to '#include <vector>'?
+++ |+#include <vector>
1 | long long min_total_length(std::vector<int> a, std::vector<int> b) {
wiring.cpp:1:40: error: expected primary-expression before 'int'
1 | long long min_total_length(std::vector<int> a, std::vector<int> b) {
| ^~~
wiring.cpp:1:53: error: 'vector' is not a member of 'std'
1 | long long min_total_length(std::vector<int> a, std::vector<int> b) {
| ^~~~~~
wiring.cpp:1:53: note: 'std::vector' is defined in header '<vector>'; did you forget to '#include <vector>'?
wiring.cpp:1:60: error: expected primary-expression before 'int'
1 | long long min_total_length(std::vector<int> a, std::vector<int> b) {
| ^~~
wiring.cpp:1:66: error: expression list treated as compound expression in initializer [-fpermissive]
1 | long long min_total_length(std::vector<int> a, std::vector<int> b) {
| ^