Update cv1/program.c
This commit is contained in:
parent
a8bb5d67d2
commit
caa0a26353
@ -1,6 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <string.h>
|
||||||
//
|
//
|
||||||
bool check(char* s2, char *pz)
|
bool check(char* s2, char *pz)
|
||||||
{
|
{
|
||||||
@ -13,7 +14,7 @@ bool check(char* s2, char *pz)
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
char shifer[85]="oizeasbtbq";
|
char shifer[15]="oizeasbtbq";
|
||||||
|
|
||||||
for(int i = 0; s2[i]!='\0'; i++)
|
for(int i = 0; s2[i]!='\0'; i++)
|
||||||
{
|
{
|
||||||
@ -34,9 +35,8 @@ bool check(char* s2, char *pz)
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
char r[300];//="8ryNd20va P1zza";
|
||||||
char r[3000];//="8ryNd20va P1zza";
|
char pizz[50];//="piz";
|
||||||
char pizz[990];//="piz";
|
|
||||||
char *p;
|
char *p;
|
||||||
float price;
|
float price;
|
||||||
int count =0;
|
int count =0;
|
||||||
@ -46,7 +46,6 @@ int main()
|
|||||||
printf("Zadaj␣jedalny␣listok:\n");
|
printf("Zadaj␣jedalny␣listok:\n");
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
p=fgets(r, 299, stdin);
|
p=fgets(r, 299, stdin);
|
||||||
|
Loading…
Reference in New Issue
Block a user