237
314
2万
管理员
使用道具 举报
#include <iostream> using namespace std; int main() { int a, b,c; float x; cout<<"请输入数字"<<endl; cin>>a>>b>>c; x=(a/b) *c; cout<<x<<endl; return 0; }
本版积分规则 发表回复 回帖后跳转到最后一页