Result

WA

Code [DL]

a=()
while read -n 1 c;do a+=($c);done
for((i=0;i<100;i++));do for((j=0;j<99;j++));do if [[ a[$i] < a[$j] ]];then t=a[$i];a[$i]=a[$j];a[$j]=$t;fi;done;done

stdin

3014850293699095598484313172343743081981901304227270676489403196081740509353624601239043467580312763

stdout

stderr

/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

strace