Изменил(а) на 'du3/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-02 10:49:37 +00:00
parent 7ac71d230a
commit 64e98382ff

View File

@ -17,7 +17,7 @@ int main(){
float vysl = 0;
int counter = -1;
float h = 0;
int pos = 0;
int pos = -1;
//float p = 0;
while(stop == 0){
r = fgets(riadok,LINE_SIZE,stdin);