|
|
back to board#WA4 I had WA2 with std::cout and round|trunc|floor functions. Then I used printf("%.2f", result) and got WA4. What's going on with output requirements? Re: #WA4 WA2 and WA4 happened when I used int64_t as type for main calculations. Then I changed to double and passed tests. ?!?! |
|
|