Problem 1609
User dev1634
Submission Time 2023-02-17 18:02:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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