Update 'du4/program.c'
This commit is contained in:
parent
b0dae5c55e
commit
13ccee8efa
@ -67,7 +67,6 @@ int main() {
|
|||||||
// Round result and compare to expected value
|
// Round result and compare to expected value
|
||||||
float expected;
|
float expected;
|
||||||
if (sscanf(start, "%f", &expected) != 1) {
|
if (sscanf(start, "%f", &expected) != 1) {
|
||||||
printf("KONIEC\n");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
expected = round(expected * 100) / 100;
|
expected = round(expected * 100) / 100;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user