995!995!995!

CHY-He 2024-10-07 17:03:10 2

#include #include using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<fixed<<setprecision(6)<<(a/b)*c; } @root

{{ vote && vote.total.up }}

共 2 条回复

CHY-He

谢谢

root 站长

(1.0*a/b)*c; 1.0 乘一下,变成浮点数才有小数