Please ignore secret bonuses. Secret tests do NOT award bonus. Max hw grade is 30+2 bonus efficiency

Do you need help?

Notice Board

Per partecipare al corso di Fondamenti di programmazione 2023-24 loggatevi e attivatelo nella vostra pagina dei corsi preferiti. A quel punto il corso appare nel menù personale cliccando sul proprio avatar. Per i materiali degli anni precedenti seguite lo stesso metodo.

To join the Programming/Lab 2023-24 course, log-on and select it on the my courses page. It will appear on the personal menu of your avatar. For earlier years use the same method.

# where could they be?

b
benjamin (2490 points)
1 7 21
in HW8 required by (2.5k points)
Hello I'll be very straight forward.

Can we assume that the lines that starts with # ( the one we have to ignore)will be always at the beginning of the file or they can be wherever?
290 views

3 Answers

P
Pasqualino96 (1490 points)
4 23 27
by (1.5k points)
If you have a look to the  "random-eng-100-20-50-10" file with notepad++  you will see why you can ignore that row
andrea.sterbini (207940 points)
756 1270 2377
by (208k points)
Why? Who said it?
a
alessandro.bellia (930 points)
0 2 12
by (930 points)

every line starting with the '#' character should be ignored

It could be everywhere in the file, but the # will always be the 1st char of the string you have to ignore.