已解决 陈博文 新手守护 题目链接: 酷丁编程:1732 这里哪错了? #include<iostream> using namespace std; int main(){ long long a,b,c; cin>>a>>b>>c; cout<<(a*b)/(c*c); return 0; }