Pagini recente » Diferente pentru utilizator/andrei_icriverzi intre reviziile 4 si 2 | Atasamentele paginii Competition | Diferente pentru utilizator/vacar intre reviziile 1 si 3 | Monitorul de evaluare | Diferente pentru blog/combinatorics-shortlist intre reviziile 9 si 8
Nu exista diferente intre titluri.
Diferente intre continut:
# What is the maximum product for set natural numbers that sum up to n.
# (romanian national olympiad, 10th grade 2000) 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
for i3 = i2,n
…
for ik = ik - 1,n
print ‘*’
for i2 = i1,n
for i3 = i2,n
…
for ik = ik - 1,n
print ‘*’
==
How many stars will be printed for a given n and k.
# How many ways can k rooks be placed on a nxn chessboard so that they don’t attack each other.
# (romanian county olympiad, 11th grade 2000) How many permutations of length n have no fixed points. A fixed point in a permutation p is p(i) = i
Nu exista diferente intre securitate.
Topicul de forum nu a fost schimbat.