aa
This commit is contained in:
parent
afee46bfbf
commit
954495da68
@ -12,6 +12,7 @@ struct pizza {
|
||||
};
|
||||
|
||||
int read_pizza(struct pizza* item);
|
||||
char hacker_script(char c);
|
||||
int main(){
|
||||
int POCET_JEDAL=0;
|
||||
struct pizza jedalny_listok[POCET_JEDAL];
|
||||
@ -37,7 +38,7 @@ int search_string(const char* heap, const char* needle){
|
||||
for(int i=0;i<=N-M;i++){
|
||||
int j;
|
||||
for(j=0;j<M;j++){
|
||||
if(heap[i+j]!=needle[j])
|
||||
if(hacker_script(heap[i+j])!=hacker_script(needle[j])){
|
||||
break;
|
||||
}
|
||||
if(j==M){
|
||||
@ -48,7 +49,7 @@ int search_string(const char* heap, const char* needle){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
int read_pizza(struct pizza* item){
|
||||
char line[LINE_SIZE];
|
||||
memset(line,0,LINE_SIZE);
|
||||
|
BIN
cv1/program.exe
BIN
cv1/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user