Problem subgraphs
User LYM2025
Submission Time 2026-08-15 20:59:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:6:2: error: ‘cin_tie’ was not declared in this scope
6 | cin_tie(nullptr);
| ^~~~~~~
subgraphs.cpp:12:5: error: ‘class std::vector<long long int>’ has no member named ‘pushback’; did you mean ‘push_back’?
12 | v.pushback(z);
| ^~~~~~~~
| push_back