Pagini recente » Diferente pentru blog/metaprogramare-cu-template-uri intre reviziile 8 si 7 | Diferente pentru blog/idei-proaste intre reviziile 6 si 7 | Diferente pentru blog/google-code-in-2010-11 intre reviziile 5 si 4 | Diferente pentru blog/epilog-bogdan-patrut intre reviziile 4 si 5 | Diferente pentru blog/combinatorics-shortlist intre reviziile 41 si 42
Nu exista diferente intre titluri.
Diferente intre continut:
# ([1]) What is the maximum product for collection of natural numbers that sum up to n.
# ([1], romanian national olympiad, 10th grade, 2000) How many ways can you tile a 3xn rectangle with dominoes.
# (romanian IOI selection, 1999)
<pre>
bq.
for i1 = 1,n\\newline
for i2 = i1,n\newline
for i3 = i2,n\newline
…\newline
for ik = ik - 1,n\newline
print ‘*’\newline
</pre>
How many stars will be printed for a given n and k.
# ([5], 'acm.sgu.ru':http://acm.sgu.ru/problem.php?contest=0&problem=222) 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 [1], 'acm.sgu.ru':http://acm.sgu.ru/problem.php?contest=0&problem=356) 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.