Passed test case 1 & 3

This commit is contained in:
2024-12-12 17:15:50 +08:00
parent f948a2da13
commit 58f828fef3
2 changed files with 28 additions and 21 deletions

View File

@ -81,7 +81,7 @@ get_num () {
# Start the loop
tr " " "\n" < "$FILE" | sort -n | uniq -c > temp-input
for (( i=0; i<75; i++ ))
for (( i=0; i<750; i++ ))
do
printf "%s Position %s\n" "$( date )" "$i"
#cat temp-input