Problem medianstring
User andthatsallshewrote
Submission Time 2023-11-10 10:41:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp: In function ‘int main()’:
medianstring.cpp:14:28: error: incompatible types in assignment of ‘void’ to ‘long int [n]’
14 | nums = sort(nums, nums + n);
| ^