This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
andreagus
/
Acse
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
a2fc2ec943
Větve
Značky
brange
conditional-expression
infty
initial_if
map-reduce
master
merge
permutate
splice
test
Acse
/
tests
/
sum
/
sum.src
sum.src
65 B
Historie
Surový
1
2
3
4
5
6
7
8
int a,b,somma;
read(a);
read(b);
somma = a + b;
write(somma);