Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A diversi task manca il primo input (l'esempio) #2

Open
wil93 opened this issue Jan 8, 2015 · 0 comments
Open

A diversi task manca il primo input (l'esempio) #2

wil93 opened this issue Jan 8, 2015 · 0 comments

Comments

@wil93
Copy link
Member

wil93 commented Jan 8, 2015

A diversi gen/GEN manca il primo input. Ad esempio nel task domino:

# Parametri:
# * N (numero di tessere)
# * R (lower bound della risposta)
# * S (seed)

2  0   1
2  2   2
3  0   3
3  3   4
4  0   5
[...]

In questo GEN (come in tutti, o quasi) il seed è l'indice dell'input. Come si può notare, manca l'indice/seed zero.

Per risolvere si dovrebbe cambiare in:

# Parametri:
# * N (numero di tessere)
# * R (lower bound della risposta)
# * S (seed)

#COPY: testo/input0.txt
2  0   1
2  2   2
3  0   3
3  3   4
4  0   5
[...]

creando il file opportuno dentro testo/ (bonus: usare quel file anche da testo/testo.tex, includendolo con \input{}, in modo da minimizzare la duplicazione dei dati).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant