aktivita 3
This commit is contained in:
parent
7109aca512
commit
751664869a
8
a3/program.c
Normal file
8
a3/program.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
|
||||
int i;
|
||||
int l = i * 2 + 1;
|
||||
int r = i * 2 + 2;
|
||||
return 0;
|
||||
}
|
BIN
a3/program.exe
Normal file
BIN
a3/program.exe
Normal file
Binary file not shown.
@ -8,9 +8,9 @@
|
||||
struct tree {
|
||||
//otazka ab. odpoved
|
||||
char value[SIZE];
|
||||
// Odpoveď áno
|
||||
// Odpove<EFBFBD> <20>no
|
||||
struct tree* left;
|
||||
// Odpoveď nie
|
||||
// Odpove<EFBFBD> nie
|
||||
struct tree* right;
|
||||
}tree;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user