| Problem | platonic18 |
|---|---|
| User | jmuzhen |
| Submission Time | 2025-12-17 10:02:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic18.cpp: In function ‘int main()’:
platonic18.cpp:162:15: error: conflicting declaration ‘auto _’
162 | auto [_, cnt1] = get_mx_k_in_mp(mp1);
| ^
platonic18.cpp:161:19: note: previous declaration as ‘std::tuple_element<1, std::pair<std::unordered_map<int, int>, std::vector<std::pair<int, int> > > >::type&& _’
161 | auto [mp1,_] = dfs_depths_subtree(C1, C2);
| ^
platonic18.cpp:163:19: error: conflicting declaration ‘auto _’
163 | auto [mp2,_] = dfs_depths_subtree(C2, C1);
| ^
platonic18.cpp:161:19: note: previous declaration as ‘std::tuple_element<1, std::pair<std::unordered_map<int, int>, std::vector<std::pair<int, int> > > >::type&& _’
161 | auto [mp1,_] = dfs_depths_subtree(C1, C2);
| ^
platonic18.cpp:164:15: error: conflicting declaration ‘auto _’