Problem sort
User dumgod
Submission Time 2024-01-26 23:35:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:14:32: error: invalid operands of types ‘long int’ and ‘const char [2]’ to binary ‘operator<<’
14 | cout<<arr[i]%=100000000000000<<" ";
| ~~~~~~~~~~~~~~~^~~~~
| | |
| long int const char [2]