PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] t13, Hwk5
Date: Saturday, 18 Apr 2020, 20:04:24


    > Message Posted By: Unknown
    ...
    > i keep getting this error on t13
    >  "/c/cs223/Hwk5/Tests/t13: line 29: test: too many arguments".
    >
    > what does this mean?

Probably that the command

  % /c/cs223/bin/maxHeap ./Nine20 50 12345678- 12345687- 2>&1
  
produced more than one line of output, either because of
a valgrind error or hitting the time limit.  But without
being able to see and run your code, I cannot say more.

--Stan-
PREV INDEX NEXT