Problem helloworld
User Elnathan
Submission Time 2023-02-13 21:34:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:83: error: no matching function for call to ‘std::vector<std::vector<std::vector<std::vector<std::vector<long long int> > > > >::vector(int, int)’
5 | vector <vector <vector <vector <vector <long long>>>>> thing (100000000, 10000000);
| ^
In file included from /usr/include/c++/9/vector:67,
from helloworld.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:650:2: note: candidate: ‘template<class _InputIterator, class> std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&)’
650 | vector(_InputIterator __first, _InputIterator __last,
| ^~~~~~
/usr/include/c++/9/bits/stl_vector.h:650:2: note: template argument deduction/substitution failed:
In file included from /usr/include/c++/9/bits/