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
Větev:
master
Větve
Značky
brange
conditional-expression
infty
initial_if
map-reduce
master
merge
permutate
splice
test
Acse
/
tests
/
semi
/
semi.src
semi.src
64 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
12
13
int a,b;
int c;
;
read(a);
read(b);
c = a + b;
;
write(c);