Problem inheritance
User mingging1748
Submission Time 2025-02-15 22:53:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inheritance.cpp: In function ‘int main()’:
inheritance.cpp:50:15: error: ‘class std::vector<edge>’ has no member named ‘pb’
50 | edges.pb(edge{c, a-1, b-1, i});
| ^~