Problem sort
User PrunJuice
Submission Time 2024-03-22 10:36:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:3:21: error: ‘boost’ has not been declared
3 | using namespace boost::multiprecision;
| ^~~~~
sort.cpp:3:28: error: ‘multiprecision’ is not a namespace-name
3 | using namespace boost::multiprecision;
| ^~~~~~~~~~~~~~
sort.cpp:6:5: error: ‘cpp_int’ was not declared in this scope; did you mean ‘u_int’?
6 | cpp_int NumberList[N];
| ^~~~~~~
| u_int
sort.cpp:8:21: error: ‘NumberList’ was not declared in this scope
8 | std::cin >> NumberList[i];
| ^~~~~~~~~~
sort.cpp:10:15: error: ‘NumberList’ was not declared in this scope
10 | std::sort(NumberList, NumberList + N);
| ^~~~~~~~~~