Изменил(а) на 'du4/program.c'
This commit is contained in:
parent
538b697a3f
commit
ded1a5749e
@ -14,12 +14,12 @@ int main() {
|
||||
char* koniec_cisla = NULL;
|
||||
char* zaciatok_cisla = znaky;
|
||||
//char* koniec_pola;
|
||||
double cislo = 0.0;
|
||||
double a = 0;
|
||||
double b = 0;
|
||||
double c = 0;
|
||||
float cislo = 0.0;
|
||||
float a = 0;
|
||||
float b = 0;
|
||||
float c = 0;
|
||||
int counter = 0;
|
||||
double sr= 0;
|
||||
float sr= 0;
|
||||
int p = 0;
|
||||
while ((r = fgets(znaky, LINE_SIZE, stdin)) != NULL) {
|
||||
if(znaky[0] == '\n'){
|
||||
|
Loading…
Reference in New Issue
Block a user