Problem sort
User thatlycheeoolongdrink
Submission Time 2024-02-28 14:31:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:7:13: error: ‘int128_t’ does not name a type; did you mean ‘int32_t’?
7 | #define int int128_t
| ^~~~~~~~
sort.cpp:9:1: note: in expansion of macro ‘int’
9 | int main() {
| ^~~