Diferente pentru blog/combinatorics-shortlist intre reviziile #18 si #19
Nu exista diferente intre titluri.
Diferente intre continut:
# [1] What is the maximum product for collection of natural numbers that sum up to n. # (romanian national olympiad, 10th grade, 2000 [1]) How many ways can you tile a 3xn rectangle with dominoes. # (romanian IOI selection, 1999)
==code(c) |
for i1 = 1,n
for i2 = i1,n
