This commit is contained in:
Yaroslav Orlianskyi 2022-03-18 14:20:36 +01:00
parent 5623940aaf
commit b3a4c80748

View File

@ -8,7 +8,7 @@ int main(){
double vxod[999]; double vxod[999];
char *endptr = NULL; char *endptr = NULL;
double result = 0; double result = 0;
int a = i; int a;
for(int i = 0; i < size; i++){ for(int i = 0; i < size; i++){
char* r = fgets(riadok,SIZE,stdin); char* r = fgets(riadok,SIZE,stdin);
if(*r != '\n'){ if(*r != '\n'){