Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 726 Bytes

File metadata and controls

28 lines (18 loc) · 726 Bytes

st0244-2023-1-lab1

Field Value
Full name Luis M. Torres V.
OS Ubuntu 22.04.01 LTS
C++ compiler g++ 11.3.0
Java JDK opendjk 18.0.2-ea

Known limitation

The mean return value can be very inaccurate if the input numbers are close to the limit of capacity of the long primitive data type because of the loss of precision when converting to a double.

Parse another file of integers

The default file to parse from is nums.txt.

You can override this when calling make like so:

 make NUMS_FILE=yourfile.txt

or

make NUMS_FILE=yourfile.txt run

The file must be in the src directory.