Problem 1609
User ILBBBM
Submission Time 2023-03-29 16:49:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp: In function ‘int main()’:
1609.cpp:5:36: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp, class _Alloc> class std::vector’
5 | vector <long long> vector <100000>
| ^
1609.cpp:5:36: note: expected a type, got ‘100000’
1609.cpp:5:36: error: template argument 2 is invalid