Problem magiccity
User PlayVoltz
Submission Time 2026-08-13 17:44:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

magiccity.cpp: In function ‘int32_t main()’:
magiccity.cpp:127:20: error: converting to ‘std::vector<std::vector<long long int> >’ from initializer list would use explicit constructor ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const allocator_type&) [with _Tp = std::vector<long long int>; _Alloc = std::allocator<std::vector<long long int> >; std::vector<_Tp, _Alloc>::size_type = long unsigned int; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::vector<long long int> >]’
127 | if (k==1)nodes={0};
| ^