cv1
This commit is contained in:
parent
3e46849fa4
commit
b62aa24115
@ -52,7 +52,7 @@ int main(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
int odpoved = -1;
|
int odpoved = -1;
|
||||||
for(int i = 0; i <= count && odpoved == -1;;i++){
|
for(int i = 0; i <= count && odpoved == -1;i++){
|
||||||
for(int j = 0; j <= strlen(menu[i].name);j++){
|
for(int j = 0; j <= strlen(menu[i].name);j++){
|
||||||
for(int x = 0; x <= strlen(surovina);x++){
|
for(int x = 0; x <= strlen(surovina);x++){
|
||||||
if(surovina[x] != menu[i].name[j]){
|
if(surovina[x] != menu[i].name[j]){
|
||||||
@ -62,7 +62,6 @@ int main(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if(odpoved == -1){
|
if(odpoved == -1){
|
||||||
printf("chyba");
|
printf("chyba");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user