返回列表 發帖
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main()
  4. {
  5.     int a,b,c,d,e,f;
  6.     cin>>a>>b>>c>>d>>e>>f;
  7.     printf("%.2f",abs(a)*floor(b)+pow(c,d)*sqrt(e)+log10(f));
  8.     return 0;
  9. }
複製代碼

TOP

返回列表