Problem sort
User WHEE29alt
Submission Time 2024-06-18 10:34:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:7:24: error: expected ‘;’ before ‘x’
7 | long long x; cin >> x
| ^
| ;
8 | x >> array[i];
| ~