prvy
This commit is contained in:
parent
13b0a6eb37
commit
7ba6476567
@ -43,6 +43,7 @@ int main(){
|
||||
|
||||
//printf("hodnota: %d\n", hodnota);
|
||||
if (hodnota == 1){
|
||||
hej = 0;
|
||||
//hodnota = 0;
|
||||
for (a = p; a<n; a++){
|
||||
//printf("%d", a);
|
||||
@ -69,6 +70,7 @@ int main(){
|
||||
}
|
||||
}
|
||||
else if (hodnota == 2){
|
||||
hej = 0;
|
||||
//hodnota = 0;
|
||||
for (a = p; a>n; a++){
|
||||
if (r[a] == ')') {
|
||||
@ -93,6 +95,7 @@ int main(){
|
||||
}
|
||||
}
|
||||
else if (hodnota == 3) {
|
||||
hej = 0;
|
||||
//hodnota = 0;
|
||||
for (a = p; a < n; a++) {
|
||||
//puts("neidem");
|
||||
@ -120,6 +123,7 @@ int main(){
|
||||
}
|
||||
}
|
||||
else if (hodnota == 4){
|
||||
hej = 0;
|
||||
//hodnota = 0;
|
||||
for (a = p; a>n; a++){
|
||||
if (r[a] == '>') {
|
||||
|
Loading…
Reference in New Issue
Block a user