|
|
back to boardhint for c++ for those who got wa you need to write answer with two digits after point, so don't use cout! use printf("%.2f\n", ); and don't forget #include <cstdio> i've been finding this mistake for 2 days!! Re: hint for c++ for those who got wa or u can use cout<<setprecision(2)<<fixed<<; |
|
|