Изменить 'a1/program.c'
This commit is contained in:
parent
459f11a4ed
commit
c37436b8f7
@ -25,7 +25,7 @@ int main()
|
|||||||
result=(long double)(result/100);
|
result=(long double)(result/100);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
result=(int)(result*100-0.5);
|
result=(int)(result*100+0.5);
|
||||||
result=(long double)((result)/100);
|
result=(long double)((result)/100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user