Problem sort
User god
Submission Time 2025-07-08 17:37:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:5:2: error: ‘uint64’ does not name a type; did you mean ‘uint64_t’?
5 | uint64 bits[512];
| ^~~~~~
| uint64_t
sort.cpp:6:2: error: expected ‘;’ after struct definition
6 | }
| ^
| ;
sort.cpp: In function ‘int main()’:
sort.cpp:13:7: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘int256_t’)
13 | cin >> array[i];
| ~~~ ^~ ~~~~~~~~
| | |
| | int256_t
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from sort.cpp:1:
/usr/include/c++/9/istream:120:7: note: candidate: ‘std::basic_istream<_CharT, _Tr