Problem sort2
User xyzidk9
Submission Time 2026-04-28 19:56:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort2.cpp: In function ‘int main()’:
sort2.cpp:8:12: error: wrong number of template arguments (1, should be 2)
8 | array <int> a[n];
| ^
In file included from sort2.cpp:2:
/usr/include/c++/9/array:94:12: note: provided for ‘template<class _Tp, long unsigned int _Nm> struct std::array’
94 | struct array
| ^~~~~